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": "Recensioni Migliori",
"version": "0.1.0",
"default_locale": "it",
"description": "Scopri le migliori recensioni dei prodotti da acquistare online e il grafico dei prezzi negli ultimi mesi.",
"icons": {
"16": "icons\/logo-16.png",
"48": "icons\/logo-48.png",
"128": "icons\/logo-128.png"
},
"browser_action": {
"default_icon": {
"19": "icons\/logo-19.png",
"38": "icons\/logo-38.png"
},
"default_title": "Recensioni Migliori"
},
"background": {
"scripts": [
"background.js"
]
},
"author": "Abhishek Goyal"
}