Inspect and view changes in AdSword 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": "AdSword",
"version": "1.0",
"description": "A simple AdBlocker for all your ad blocking needs that respects your privacy.",
"author": {
"name": "Tamoghna Kommaraju",
"email": "tamoghnak13@gmail.com"
},
"icons": {
"16": "16-icon.png",
"19": "19-icon.png",
"38": "38-icon.png",
"128": "128-icon.png"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"http://*/",
"https://*/"
],
"background": {
"scripts": [
"blocked_domains.js",
"background.js"
]
},
"browser_action": {
"default_popup": "popup.html"
},
"manifest_version": 2,
"options_page": "options.html"
}