grateful-grabber

grateful-grabber

Grateful Grabber

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "grateful-grabber",
  "version": "3.0.0",
  "description": "Grateful Grabber",
  "background": {
    "service_worker": "src/pages/background/index.js",
    "type": "module"
  },
  "action": {
    "default_title": "Grateful Grabber",
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "stealie-128.png"
  },
  "icons": {
    "128": "stealie-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.archive.org/*",
        "*://archive.org/*"
      ],
      "js": [
        "src/pages/content/index.js"
      ],
      "css": [
        "assets/css/contentStyle17149483637.chunk.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/js/*.js",
        "assets/css/*.css",
        "stealie-128.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}