Inspect and view changes in CovidNow 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
{
"name": "CovidNow",
"version": "1.0.8",
"description": "CovidNow allows you to follow the global spread of the Corona virus.",
"manifest_version": 2,
"permissions": [
"<all_urls>",
"https://*/"
],
"icons": {
"32": "icons/icon32.png",
"64": "icons/icon64.png",
"128": "icons/icon128.png",
"256": "icons/icon256.png"
},
"browser_action": {
"default_title": "CovidNow",
"default_popup": "index.html",
"default_icon": "icons/icon32.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}