Wordle Stats Editor

Wordle Stats Editor

Edit your Wordle game stats.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wordle Stats Editor",
  "manifest_version": 3,
  "version": "2.0",
  "description": "Edit your Wordle game stats.",
  "permissions": [],
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.content.js.2f0ebc4f.d44a2197.js"
      ],
      "matches": [
        "https://*.nytimes.com/*"
      ]
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "host_permissions": [
    "https://*.nytimes.com/*"
  ],
  "action": {
    "default_popup": "index.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https://cdn.jsdelivr.net/;"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.nytimes.com/*"
      ],
      "resources": [
        "assets/content.js.2f0ebc4f.js"
      ],
      "use_dynamic_url": true
    }
  ]
}