Inspect and view changes in Tabby Extension 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": "Tabby Extension",
"version": "1.0",
"description": "Easily add BookMarks to Tabby from your favourite Browser!",
"homepage_url": "https://github.com/confused-Techie/TabbyFirefoxExtension",
"icons": {
"48": "images/tabbyIcon48.png"
},
"permissions": [
"activeTab",
"https://*/*",
"http://*/*",
"storage"
],
"browser_action": {
"default_icon": "images/tabbyIcon32.png",
"default_title": "Tabby Extension",
"default_popup": "extension.html"
}
}