Inspect and view changes in Tab-a-Tree 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,
"homepage_url": "https://ecofire.uk/",
"name": "Tab-a-Tree",
"version": "3.1",
"description": "Plant trees with every new tab you make!",
"developer": {
"name": "LuxInverni",
"url": "https://ecofire.uk/"
},
"background": {
"scripts": [
"tree_extension.js"
]
},
"permissions": [
"tabs",
"activeTab",
"https://ecofire.uk/"
],
"applications": {
"gecko": {
"id": "admin@ecofire.uk",
"strict_min_version": "55.0"
}
},
"icons": {
"48": "img/icon-48.png",
"96": "img/icon-96.png",
"144": "img/icon-144.png"
},
"browser_action": {
"default_icon": {
"19": "img/icon-19.png",
"38": "img/icon-38.png"
},
"default_title": "Tab-a-Tree"
},
"chrome_settings_overrides": {
"homepage": "https://ecofire.uk/pages/tab_a_tree"
},
"chrome_url_overrides": {
"newtab": "app.html"
}
}