Wolf Game Resource Market

Wolf Game Resource Market

Resurce Market for Wolf Game at https://game.wolf.game

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Wolf Game Resource Market",
  "description": "Resurce Market for Wolf Game at https://game.wolf.game",
  "version": "2.0.0",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://game.wolf.game/*",
        "https://hdfat7b8eg.execute-api.us-west-2.amazonaws.com/*",
        "https://70mal3js4j.execute-api.us-west-2.amazonaws.com/*"
      ],
      "js": [
        "js/content.js",
        "tabulator.min.js"
      ],
      "css": [
        "tabulator.min.css",
        "rmmain.css"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://game.wolf.game/*",
      "https://hdfat7b8eg.execute-api.us-west-2.amazonaws.com/*",
      "https://70mal3js4j.execute-api.us-west-2.amazonaws.com/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "tabulator.min.js",
        "images/marketbtn.png",
        "images/sheeploading.gif",
        "js/script.js",
        "js/inject.js"
      ],
      "matches": [
        "https://game.wolf.game/*"
      ]
    }
  ]
}