Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
editorconfig, reformat
  • Loading branch information
PleahMaCaka committed Mar 19, 2023
1 parent 8a1ac2e commit b9694f5
Show file tree
Hide file tree
Showing 15 changed files with 658 additions and 646 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*.ts]
indent_style = space
indent_size = 4

ij_typescript_spaces_within_imports = true

[*.{json,yml}]
indent_size = 2
16 changes: 9 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1.
2.
3.
4.

1.
2.
3.
4.

**Expected behavior**
A clear and concise description of what you expected to happen.
Expand All @@ -24,9 +25,10 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Environment:**
- OS: [e.g. Windows 11]
- Device: [e.g. iPhone6]
- TavernAI Translator Version [e.g. 1.0.2]

- OS: [e.g. Windows 11]
- Device: [e.g. iPhone6]
- TavernAI Translator Version [e.g. 1.0.2]

**Additional context**
Add any other context about the problem here.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Violating these terms may lead to a permanent ban.
### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within
Expand Down
80 changes: 40 additions & 40 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"manifest_version": 3,
"name": "TavernAI Translate Extension",
"version": "0.1.0",
"homepage_url": "https://github.com/PleahMaCaka/TavernAI-Translator",
"permissions": [
"storage",
"activeTab",
"scripting"
],
"host_permissions": [
"https://translate.google.com/*"
],
"content_scripts": [
{
"js": [
"js/content/content.js"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "js/background/background.js",
"type": "module"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "assets/logo192.png",
"32": "assets/logo192.png",
"48": "assets/logo192.png",
"128": "assets/logo192.png"
}
},
"icons": {
"16": "assets/logo192.png",
"32": "assets/logo192.png",
"48": "assets/logo192.png",
"128": "assets/logo192.png"
"manifest_version": 3,
"name": "TavernAI Translate Extension",
"version": "0.1.0",
"homepage_url": "https://github.com/PleahMaCaka/TavernAI-Translator",
"permissions": [
"storage",
"activeTab",
"scripting"
],
"host_permissions": [
"https://translate.google.com/*"
],
"content_scripts": [
{
"js": [
"js/content/content.js"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "js/background/background.js",
"type": "module"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "assets/logo192.png",
"32": "assets/logo192.png",
"48": "assets/logo192.png",
"128": "assets/logo192.png"
}
},
"icons": {
"16": "assets/logo192.png",
"32": "assets/logo192.png",
"48": "assets/logo192.png",
"128": "assets/logo192.png"
}
}
Loading

0 comments on commit b9694f5

Please sign in to comment.