Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
GodPepe7 committed Aug 10, 2024
1 parent 22eef41 commit 05c36ca
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion chrome-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "ASB Auto Subs",
"description": "An extension to automatically download the subtitle file of the currently played anime which can be used with ASB Player to add the subtitles to the video.",
"description": "An extension to automatically download the subtitle file of the currently played anime intended to be used with ASB Player to add the downloaded subtitles to the video.",
"version": "0.0.5",
"background": {
"service_worker": "dist/background.js"
Expand Down
2 changes: 1 addition & 1 deletion firefox-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "ASB Auto Subs",
"description": "An extension to automatically download the subtitle file of the currently played anime which can be used with ASB Player to add the subtitles to the video.",
"description": "An extension to automatically download the subtitle file of the currently played anime intended to be used with ASB Player to add the downloaded subtitles to the video.",
"version": "0.0.5",
"background": {
"scripts": [
Expand Down
20 changes: 16 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"manifest_version": 3,
"name": "ASB Auto Subs (Dev)",
"description": "An extension to automatically download the subtitle file of the currently played anime which can be used with ASB Player to add the subtitles to the video.",
"name": "ASB Auto Subs",
"description": "An extension to automatically download the subtitle file of the currently played anime intended to be used with ASB Player to add the downloaded subtitles to the video.",
"version": "0.0.5",
"background": {
"service_worker": "dist/background.js"
"scripts": [
"dist/background.js"
]
},
"permissions": [
"activeTab",
Expand All @@ -30,5 +32,15 @@
"https://animesuge.to/*"
]
}
]
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "109.0"
},
"gecko_android ": {
"id": "[email protected]",
"strict_min_version": "109.0"
}
}
}

0 comments on commit 05c36ca

Please sign in to comment.