Inspect and view changes in A2Z Buzzer 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": "A2Z Buzzer",
"version": "1.1",
"description": "A2Z Buzzer is an online news media website, covering intersection news of almost everything",
"permissions": [
"bookmarks"
],
"browser_action": {
"default_title": "A2Z Buzzer",
"default_icon": "logo.png",
"default_popup": "popup.html"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}