Inspect and view changes in AlienTab - 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
{
"background": {
"scripts": [
"js/background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": {
"19": "icon_19px.png",
"38": "icon_38px.png"
},
"default_title": "AlienTab"
},
"web_accessible_resources": [
"newtab.html"
],
"description": "New Tab page with animated background and the weather forecast",
"icons": {
"16": "alientab_icon-16px.png",
"32": "alientab_icon-32px.png",
"48": "alientab_icon-96px.png",
"128": "alientab_icon-256px.png"
},
"applications": {
"gecko": {
"id": "{b665cf49-08d0-4b35-b44d-6974b7ec5402}",
"strict_min_version": "42.0"
}
},
"content_security_policy": "script-src 'self';object-src 'self'",
"manifest_version": 2,
"name": "AlienTab - New Tab",
"permissions": [
"storage",
"activeTab",
"tabs",
"<all_urls>"
],
"version": "1.1.1resigned1"
}