TUB

TUB

TUB is an acronym for 'The URL Book' which holds your bookmarks and helps you to get access to it whenever needed !

Merlin
Additional files are visible only to premium users

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"
}