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": "International Keepa Charts",
"version": "1.1.027",
"description": "Displays Keepa Charts for 13 Amazon marketplaces. Accessible from any Amazon details page.",
"permissions": [
"activeTab",
"declarativeContent",
"storage",
"https:\/\/*.selleramp.com\/*"
],
"background": {
"scripts": [
"js\/jquery-3.2.1.min.js",
"js\/marketplaces.js",
"js\/background.js",
"js\/options.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/ikelogo16.png",
"32": "images\/ikelogo32.png",
"48": "images\/ikelogo48.png",
"128": "images\/ikelogo128.png"
}
},
"icons": {
"16": "images\/ikelogo16.png",
"32": "images\/ikelogo32.png",
"48": "images\/ikelogo48.png",
"128": "images\/ikelogo128.png"
},
"options_page": "options.html",
"manifest_version": 2
}