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": 3,
"name": "ZHMS - Petodnevna vremenska prognoza za Podgoricu",
"version": "1.1",
"description": "Pratite petodnevnu vremensku prognozu za Podgoricu sa zvani\u010dnog sajta Zavoda za hidrometeorologiju i seizmologiju CG",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
}
},
"icons": {
"16": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
},
"permissions": [
"storage"
],
"options_page": "settings.html"
}