LoadTabOnSelect Evolution

LoadTabOnSelect Evolution

Fork from LoadTabOnSelect. Load backgrounded tabs ONLY on selection. Support session restore/favicon Support Firefox >=52 (and ESR) Ignore file:// & about: scheme and remove google search links prefix

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "LoadTabOnSelect Evolution",
  "version": "1.8",
  "description": "Load backgrounded tabs on selection.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{18d535b1-dd41-4309-a9a5-f92699430f4f}",
      "strict_min_version": "60.0"
    }
  },
  "background": {
    "scripts": [
      "/js/background.js"
    ]
  },
  "icons": {
    "48": "/img/icon.png",
    "96": "/img/[email protected]"
  },
  "options_ui": {
    "page": "html/options.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "web_accessible_resources": []
}