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": "i2-azon",
"version": "1.2",
"manifest_version": 2,
"description": "It is used to import product from Amazon to WordPress affiliate website using i2 AZON plugin.",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"css\/content.css"
],
"js": [
"js\/jquery-3.5.1.js",
"content.js"
]
}
],
"browser_action": {
"default_title": "i2 AZON",
"default_popup": "popup.html",
"default_icon": "icon\/logo-24.png"
},
"background": {
"scripts": [
"background.js"
],
"presistent": false
},
"options_page": "options.html",
"icons": {
"16": "icon\/logo-16.png",
"48": "icon\/logo-48.png",
"128": "icon\/logo-128.png"
},
"web_accessible_resources": [
"img\/save.svg"
],
"permissions": [
"storage"
]
}