Pin-It

Pin-It

This extension keeps a set of tabs permanently pinned in your browser window.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pin-It",
  "version": "3.0.1",
  "description": "This extension keeps a set of tabs permanently pinned in your browser window.",
  "manifest_version": 3,
  "icons": {
    "64": "images/icons/favicon-64x64.png",
    "128": "images/icons/favicon-128x128.png",
    "512": "images/icons/favicon-512x512.png"
  },
  "action": {
    "default_icon": {
      "64": "images/icons/favicon-64x64.png",
      "128": "images/icons/favicon-128x128.png",
      "512": "images/icons/favicon-512x512.png"
    }
  },
  "options_page": "options.html",
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "scripts/background/sw.js",
    "type": "module"
  }
}