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",
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "2.0.2",
"description": "__MSG_extDesc__",
"default_locale": "en",
"action": {
"default_popup": "index.html"
},
"permissions": [
"storage"
],
"icons": {
"16": "src\/assets\/extension-icons\/logo-16.png",
"48": "src\/assets\/extension-icons\/logo-48.png",
"128": "src\/assets\/extension-icons\/logo-128.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"src\/assets\/extension-icons\/logo-32.png",
"src\/js\/mosf.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/*.read.amazon.com\/*"
],
"resources": [
"assets\/index.846c7053.js",
"assets\/icon.jsx.cc678ae9.js",
"assets\/content.js.4cd5c089.js"
],
"use_dynamic_url": true
}
],
"content_scripts": [
{
"js": [
"assets\/content-script-loader.icon.jsx.cc678ae9.3651c594.js"
],
"matches": [
"https:\/\/*.read.amazon.com\/*"
],
"run_at": "document_start"
},
{
"js": [
"assets\/content-script-loader.content.js.4cd5c089.96b8b520.js"
],
"matches": [
"https:\/\/*.read.amazon.com\/*"
],
"run_at": "document_end"
}
]
}