AutoPinTab

AutoPinTab

Automatically pins new tabs based on their URL.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Automatically pins new tabs based on their URL.",
  "manifest_version": 2,
  "name": "AutoPinTab",
  "version": "1.3.3",
  "homepage_url": "http://coolsoft.altervista.org/autopintab",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "68.0"
    }
  },
  "permissions": [
    "contextMenus",
    "downloads",
    "storage",
    "tabs"
  ],
  "icons": {
    "32": "icons/icon-32.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "js/config.js",
      "js/pattern.js",
      "background/background.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true,
    "chrome_style": true
  }
}