SugarMelt

SugarMelt

Allows you to change font/style; also adds cheats

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SugarMelt",
  "version": "3.0.3.3",
  "description": "Allows you to change font/style; also adds cheats",
  "author": "[email protected]",
  "homepage_url": "https://github.com/lure0xaos/SugarMelt",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "file:///"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "devtools_page": "devtools.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "SugarMelt@lure0xaos"
    }
  }
}