Inspect and view changes in Newz.it 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",
"name": "Newz.it",
"description": "Newz.it Quotidiano online",
"icons": {
"16": "icon.png",
"48": "48.png",
"128": "128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Newz.it",
"default_popup": "popup.html"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
"version": "0.1"
}