Inspect and view changes in TTAdder 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": "TTAdder",
"description": "Add-on for 'togethertube.com' which allows for easier adding of videos to the queue.",
"version": "2.0.2resigned1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"contextMenus",
"tabs",
"storage",
"cookies",
"*://*.togethertube.com/"
],
"browser_action": {
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{10bb66ea-e24b-4bd3-9b17-894473673db1}"
}
}
}