[Unofficial] SlaveHack2 Utility

[Unofficial] SlaveHack2 Utility

An extension with alias/window sync along with quality of life improvements

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "[Unofficial] SlaveHack2 Utility",
  "version": "1.6.2",
  "author": "Demannu (Michael Gagliano)",
  "description": "An extension with alias/window sync along with quality of life improvements",
  "permissions": [
    "storage",
    "activeTab",
    "downloads",
    "https://www.slavehack2.com"
  ],
  "browser_action": {
    "default_title": "Hackerman!",
    "default_popup": "menu.html",
    "default_icon": "/img/favicon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.slavehack2.com/*"
      ],
      "js": [
        "/js/jquery.min.js",
        "/js/content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "/js/background.js"
    ],
    "persistent": false
  },
  "manifest_version": 2
}