Inspect and view changes in Black Everything 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": 2,
"name": "Black Everything",
"description": "Easily make Black Everything your primary homepage.",
"version": "1",
"author": "Kheperah Ray",
"icons": {
"16": "tab-icon.png",
"48": "tab-icon.png",
"128": "tab-icon.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"browser_action": {
"default_icon": "tab-icon.png",
"default_title": "Black Everything"
}
}