{
  "manifest_version": 3,
  "name": "HX Modpack",
  "version": "3",
  "description": "HX Modpack V3 by Hxdes",
  "icons": {
    "128": "Hxdes.png"
  },

  "action": {
    "default_title": "HX ModPack"
  },

  

  "permissions": [
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "storage"
  ],

  "host_permissions": [
    "https://mope.io/*",
    "https://beta.mope.io/*",
    "http://1v1io.ct.ws/*"
  ],


  "content_scripts": [
    {
      "matches": [
        "https://mope.io/*",
        "https://beta.mope.io/*",
        "http://1v1io.ct.ws/*"
      ],
      "js": ["client.js"],
      "run_at": "document_start"
    }
  ],

  "web_accessible_resources": [
    {
      "resources": ["client.js"],
      "matches": ["<all_urls>"]
    }
  ],

  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  }
}
