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": 2,
"name": "AmzRun Keyword Rank Checker (Amazon)",
"description": "AmzRun Extension helps you keep track of the changes in your listing rank for given keywords, allowing you to locate your listing.",
"version": "11",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"*:\/\/*.amzrun.com\/*",
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.com.tr\/*",
"*:\/\/*.amzcozumleri.com\/*"
],
"js": [
"js\/jquery-3.3.1.min.js",
"js\/bootstrap.min.js",
"js\/datatables.min.js",
"js\/content.js",
"js\/sweetalert.min.js",
"js\/bootbox.min.js"
],
"run_at": "document_end"
}
],
"permissions": [
"notifications"
]
}