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",
"version": "51",
"manifest_version": 3,
"description": "Skrati vrijeme kupovanja na internetu! Ve\u0107 na Google-u usporedi ponude vode\u0107ih online trgovina.",
"name": "1-2-3 Kupovina s Jeftinije.hr",
"short_name": "Jeftinko",
"permissions": [],
"icons": {
"16": "favicon-16x16.png",
"32": "favicon-32x32.png",
"128": "favicon-128x128.png"
},
"action": {
"default_icon": {
"16": "favicon-16x16.png",
"32": "favicon-32x32.png",
"128": "favicon-128x128.png"
}
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"constants.js",
"helpers.js",
"getContent.js"
],
"run_at": "document_end"
}
]
}