HoldTab

HoldTab

Delays new tab loading until you activate it

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "HoldTab",
  "version": "0.0.15resigned1",
  "description": "Delays background tab loading until you activate it",
  "author": "Mikhail Vyrtsev",
  "developer": {
    "name": "Mikhail Vyrtsev",
    "url": "https://github.com/Reeywhaar/holdtab"
  },
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "history",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "applications": {
    "gecko": {
      "id": "{ce5bf454-31f7-42d5-8fdf-7e8d353988f4}",
      "strict_min_version": "54.0"
    }
  }
}