PolyBox - ChatGPT launcher and prompts, search tabs, bookmarks, history

PolyBox - ChatGPT launcher and prompts, search tabs, bookmarks, history

Instantly launch ChatGPT to ask anything and manage prompts library. Access search engines, tabs, bookmarks, history and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_manifestName__",
  "short_name": "PolyBox",
  "version": "0.5.0",
  "description": "__MSG_manifestDescription__",
  "default_locale": "en",
  "icons": {
    "16": "logo/16.png",
    "19": "logo/19.png",
    "24": "logo/24.png",
    "32": "logo/32.png",
    "38": "logo/38.png",
    "48": "logo/48.png",
    "128": "logo/128.png"
  },
  "offline_enabled": true,
  "homepage_url": "https://chrome.google.com/webstore/detail/mpndfekdcijnjgfcoghjkhnjmdajhmnf",
  "permissions": [
    "browsingData",
    "contextMenus",
    "storage",
    "system.display",
    "tabs",
    "unlimitedStorage",
    "favicon",
    "identity",
    "webNavigation",
    "scripting"
  ],
  "optional_permissions": [
    "bookmarks",
    "downloads",
    "downloads.open",
    "history",
    "management",
    "sessions",
    "topSites"
  ],
  "optional_host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "PolyBox",
    "default_icon": {
      "16": "logo/16.png",
      "19": "logo/19.png",
      "24": "logo/24.png",
      "32": "logo/32.png",
      "38": "logo/38.png",
      "48": "logo/48.png",
      "128": "logo/128.png"
    }
  },
  "commands": {
    "alternative_trigger": {
      "suggested_key": {
        "default": "Ctrl+Period"
      },
      "description": "__MSG_manifestActivateExtension__"
    },
    "b_t": {
      "suggested_key": {
        "default": "Alt+Q"
      },
      "description": "__MSG_manifestActivateExtensionAlt__"
    },
    "c_t": {
      "description": "__MSG_manifestActivateExtensionAlt__"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "externally_connectable": {
    "matches": [
      "https://polyboxapp.com/web/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/_favicon/*",
        "/open.html",
        "/open.js"
      ],
      "matches": [
        "https://polyboxapp.com/*"
      ]
    }
  ]
}