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,
"default_locale": "en",
"name": "__MSG_appName__",
"version": "1.3.3",
"description": "__MSG_appDesc__",
"content_scripts": [
{
"css": [
"lib\/bootstrap.min.css",
"css\/content.css"
],
"js": [
"lib\/luxon.min.js",
"lib\/chart.js",
"lib\/chartjs-adapter-luxon.min.js",
"content\/content.js"
],
"matches": [
"https:\/\/www.amazon.com\/*"
]
}
],
"background": {
"service_worker": "content\/background.js"
},
"icons": {
"16": "img\/logo_16.png",
"32": "img\/logo_32.png",
"48": "img\/logo_48.png",
"128": "img\/logo_128.png"
},
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"\/img\/*"
],
"matches": [
"https:\/\/*.amazon.com\/*"
]
},
{
"resources": [
"\/css\/*"
],
"matches": [
"https:\/\/*.amazon.com\/*"
]
}
],
"host_permissions": [
"https:\/\/*.amazon.com\/*",
"https:\/\/sellerat.com\/*"
]
}