Inspect and view changes in ЗМІ - Новини Черкас та Черкаської області source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "ЗМІ - Новини Черкас та Черкаської області",
"description": "Новини Черкас і Черкаської області. Свіжий та актуальний погляд на життя не лише міста, а й Черкаського регіону.",
"version": "1.0.1",
"browser_action": {
"default_popup": "index.html",
"default_title": "ЗМІ - Новини Черкас та Черкаської області"
},
"icons": {
"16": "img/logo-small-16.png",
"32": "img/logo-small-32.png",
"48": "img/logo-small-48.png",
"128": "img/logo-small-128.png"
},
"content_security_policy": "script-src 'self' 'sha256-NrlyO86uW/kHjKx0t0e2FpFazcrqZVR+kF9qe1asKSU='; object-src 'self'",
"background": {
"scripts": [
"app/background.js"
]
},
"permissions": [
"webRequest",
"*://lsp-insta.herokuapp.com/",
"storage"
]
}