{
  "name": "SPXX",
  "author": "SPGoding & SPX Fellow",
  "connect": [
    "feedback.minecraft.com",
    "help.minecraft.net",
    "raw.githubusercontent.com",
    "bugs.guangyaostore.com",
    "spxx.bugjump.net",
    "*"
  ],
  "namespace": "npmjs.com/package/@spxx/userscript",
  "description": "Minecraft.net blog article to Markdown converter, rewritten",
  "downloadURL": "https://fastly.jsdelivr.net/npm/@spxx/userscript/dist/bundle.user.js",
  "updateURL": "https://fastly.jsdelivr.net/npm/@spxx/userscript/dist/bundle.user.js",
  "homepage": "https://github.com/SPXFellow/spxx",
  "match": [
    "https://www.minecraft.net/en-us/article/*",
    "https://www.minecraft.net/zh-hans/article/*",
    "https://twitter.com/*/status/*",
    "https://mobile.twitter.com/*/status/*",
    "https://feedback.minecraft.net/hc/en-us/articles/*",
    "https://help.minecraft.net/hc/en-us/articles/*"
  ],
  "require": ["https://openuserjs.org/src/libs/sizzle/GM_config.js"],
  "grant": [
    "GM.setClipboard",
    "GM.xmlHttpRequest",
    "GM.getValue",
    "GM.setValue",
    "GM.registerMenuCommand"
  ]
}
