Inspect and view changes in TabTool 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
{
"name": "TabTool",
"author": "Matthew Consterdine <matt@consto.uk>",
"manifest_version": 2,
"version": "1.0.1",
"description": "Easily copy, manipulate, and open lists of URLs.",
"background": {
"page": "background.html"
},
"homepage_url": "https://github.com/mattconsto/TabTool",
"permissions": [
"contextMenus",
"search",
"tabs"
],
"browser_action": {
"default_icon": "icon-48.png",
"default_popup": "popup.html",
"default_title": "TabTool"
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{0ea8078f-450b-4fbf-b390-c75485b94618}"
}
}
}