OpenTab

OpenTab

A simple and elegant new tab homepage built for multi-monitor.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.60403714.png",
    "32": "icon32.plasmo.8e850565.png",
    "48": "icon48.plasmo.37989d43.png",
    "64": "icon64.plasmo.a993afcb.png",
    "128": "icon128.plasmo.9b3294c4.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.60403714.png",
      "32": "icon32.plasmo.8e850565.png",
      "48": "icon48.plasmo.37989d43.png",
      "64": "icon64.plasmo.a993afcb.png",
      "128": "icon128.plasmo.9b3294c4.png"
    }
  },
  "version": "2.0.4",
  "author": "jsonchou",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "storage",
    "favicon",
    "unlimitedStorage",
    "activeTab",
    "tabs",
    "topSites",
    "history"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.opentab.app/*",
        "https://*.statics.app/*",
        "https://*.stripe.com/*",
        "http://localhost/*"
      ],
      "js": [
        "account.7f6e0799.js"
      ],
      "all_frames": true,
      "css": []
    }
  ],
  "default_locale": "en",
  "homepage_url": "https://opentab.app",
  "externally_connectable": {
    "matches": [
      "https://*.opentab.app/*",
      "https://*.statics.app/*",
      "https://*.stripe.com/*",
      "http://localhost/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "_favicon/*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": [
        "*"
      ]
    },
    {
      "resources": [
        "assets/*.png",
        "assets/*.svg",
        "assets/memes/*.webp",
        "assets/emoji/*.webp",
        "assets/logo/*.webp",
        "assets/favicon.ico",
        "favicon.ico"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": [
        "*"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>",
    "https://*.opentab.app/*",
    "https://*.statics.app/*",
    "https://*.stripe.com/*",
    "http://localhost/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}