Save pin tab 2

Save pin tab 2

Makes it possible to pin tabs permanently.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Save pin tab 2",
  "version": "0.1",
  "manifest_version": 2,
  "description": "Makes it possible to pin tabs permanently.",
  "permissions": [
    "tabs"
  ],
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}