Inspect and view changes in Simplist in the New Tab 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
{
"manifest_version": 2,
"name": "Simplist in the New Tab",
"version": "1.0",
"description": "When you open a new tab, you get the simplest page possible.",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs"
],
"icons": {
"32": "icons/32.png",
"48": "icons/48.png",
"64": "icons/64.png",
"128": "icons/128.png",
"200": "icons/200.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{a8c9df6b-de2e-45ce-b0d5-6a2d5b18ead2}"
}
}
}