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": 3,
"name": "Війна в Україні",
"description": "Війна в Україні. Сумарні орієнтовні втрати противника",
"version": "1.0.1",
"action": {
"default_popup": "index.html",
"default_title": "Ukraine war statistic"
},
"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": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"background": {
"service_worker": "app/background.js"
},
"permissions": [],
"host_permissions": [
"*://www.pravda.com.ua/"
]
}