Newtab Pinned

Newtab Pinned

Opens a new tab with a pin state at startup.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Newtab Pinned",
  "version": "2.0.0.34",
  "version_name": "0.0.0.34",
  "description": "__MSG_extDescription__",
  "icons": {
    "128": "/icon/icon_128.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "tabs"
  ]
}