Inspect and view changes in Новости andro-news.com 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": "Новости andro-news.com",
"description": "Самые свежие новости с мира технологий andro-news.com",
"version": "1.0.1",
"browser_action": {
"default_popup": "index.html",
"default_title": "Andro news"
},
"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",
"*://andro-news.com/",
"storage"
]
}