Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_name__",
"description": "__MSG_description__",
"default_locale": "en",
"version": "0.0.4",
"manifest_version": 3,
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*.primevideo.com\/*",
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.co.jp\/*"
],
"action": {
"default_icon": "assets\/voiceP36gray.png",
"default_popup": "popup.html"
},
"icons": {
"36": "assets\/voiceP36.png",
"128": "assets\/voiceP128.png"
},
"content_scripts": [
{
"js": [
"options.js",
"content.js"
],
"matches": [
"*:\/\/*.primevideo.com\/*",
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.co.jp\/*"
]
}
],
"background": {
"service_worker": "background.js"
}
}