diff --git a/chrome-manifest.json b/chrome-manifest.json index b80407c..f6bafa3 100644 --- a/chrome-manifest.json +++ b/chrome-manifest.json @@ -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" diff --git a/firefox-manifest.json b/firefox-manifest.json index d5fe491..7c7879a 100644 --- a/firefox-manifest.json +++ b/firefox-manifest.json @@ -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": [ diff --git a/manifest.json b/manifest.json index da1efe2..7c7879a 100644 --- a/manifest.json +++ b/manifest.json @@ -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", @@ -30,5 +32,15 @@ "https://animesuge.to/*" ] } - ] + ], + "browser_specific_settings": { + "gecko": { + "id": "asbautosubs@godpepe7.com", + "strict_min_version": "109.0" + }, + "gecko_android ": { + "id": "asbautosubs@godpepe7.com", + "strict_min_version": "109.0" + } + } } \ No newline at end of file