Cubby

Cubby

Easily save articles and highlights to your Cubby account for viewing later.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Cubby",
  "version": "2.3.4.0",
  "version_name": "2.3.4",
  "description": "Easily save articles and highlights to your Cubby account for viewing later.",
  "permissions": [
    "contextMenus",
    "storage",
    "cookies",
    "activeTab",
    "tabs",
    "declarativeNetRequest",
    "offscreen"
  ],
  "icons": {
    "16": "c_simple_512.png",
    "128": "c_simple_512.png"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "optional_permissions": [],
  "content_scripts": [
    {
      "js": [
        "assets/index.tsx-loader-75354ef2.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "match_origin_as_fallback": true,
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_popup": "index.html",
    "default_title": "Cubby",
    "default_icon": "c_simple_512.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "c_cool_300.png",
        "c_simple_512.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/@cubby/ui-b975d7c7.js",
        "assets/react-7c191284.js",
        "assets/share-popup-inner-e1a4b86a.js",
        "assets/react-dom-c8b83995.js",
        "assets/client-a29d2ef2.js",
        "assets/pull-ae6f3c50.js",
        "assets/messaging-60548739.js",
        "assets/index.tsx-c49e478a.js"
      ],
      "use_dynamic_url": true
    }
  ]
}