Throwaway

Throwaway

Securely generate a digital identity for testing and privacy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Throwaway",
  "version": "3.1.1",
  "description": "Securely generate a digital identity for testing and privacy.",
  "short_name": "Throwaway",
  "icons": {
    "16": "assets/icon-128.png",
    "32": "assets/icon-128.png",
    "48": "assets/icon-128.png",
    "128": "assets/icon-128.png"
  },
  "options_page": "options.html",
  "action": {
    "default_title": "Throwaway",
    "default_popup": "index.html",
    "default_icon": {
      "16": "assets/icon-128.png",
      "32": "assets/icon-128.png",
      "48": "assets/icon-128.png",
      "128": "assets/icon-128.png"
    }
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script.ts-loader-0926e83d.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "activeTab",
    "scripting",
    "contextMenus",
    "storage"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/index-6f25c2ed.js",
        "assets/content-script.ts-10e450de.js"
      ],
      "use_dynamic_url": true
    }
  ]
}