Steltix JDE Reveal

Steltix JDE Reveal

Reveal the secret

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Steltix JDE Reveal",
  "description": "Reveal the secret",
  "version": "0.0.4",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "Reveal the secret"
  },
  "icons": {
    "16": "1281.png",
    "48": "1281.png",
    "128": "1281.png"
  },
  "background": {
    "service_worker": "./static/js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./static/js/content.js"
      ],
      "all_frames": false,
      "run_at": "document_end"
    }
  ]
}