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": "Soch Swadeshi - \u0938\u094b\u091a \u0938\u094d\u0935\u0926\u0947\u0936\u0940",
"description": "A Chrome Plugin Helping You Easily Shop Local Products Online #VocalForLocal",
"version": "5.0",
"manifest_version": 2,
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png",
"192": "icons\/192.png",
"512": "icons\/512.png"
},
"browser_action": {
"default_title": "Soch Swadeshi - \u0938\u094b\u091a \u0938\u094d\u0935\u0926\u0947\u0936\u0940",
"default_icon": "icons\/128.png"
},
"permissions": [
"https:\/\/*.flipkart.com\/*",
"https:\/\/*.amazon.in\/*"
],
"background": {
"scripts": [
"js\/jquery.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*.flipkart.com\/*",
"https:\/\/*.amazon.in\/*"
],
"css": [
"css\/bt.css"
],
"js": [
"js\/jquery.js",
"js\/core.js"
]
}
]
}