Inspect and view changes in TUB 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": "TUB",
"version": "1.0.5",
"description": "TUB is an acronym for 'The URL Book' which holds your bookmarks and helps you to get access to it whenever needed !",
"browser_action": {
"default_icon": "./Assets/img/Frame.png",
"default_popup": "./Components/Login/login.html"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs",
"https://tubapi.sulonya.com"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}