GenshCode

GenshCode

Checks every single Genshin Impact code.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GenshCode",
  "version": "1.0.1",
  "description": "Checks every single Genshin Impact code.",
  "manifest_version": 3,
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png",
    "256": "256.png"
  },
  "host_permissions": [
    "https://docs.google.com/spreadsheets/d/10xjZUtRMAT96EC7AGUdQXiSua87MFjGxvRzBIACwM-8/gviz/tq?tqx=out:json"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://genshin.hoyoverse.com/en/gift"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ]
}