WHAT??!?!

WHAT??!?!

YOU'VE NEVER PLAYED TUBER SIMULATOR?

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WHAT??!?!",
  "short_name": "WHOT?",
  "version": "1.0",
  "description": "YOU'VE NEVER PLAYED TUBER SIMULATOR?",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "whatInjector.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/WHAT_16.png",
    "48": "icons/WHAT_48.png",
    "128": "icons/WHAT_128.png"
  },
  "browser_action": {
    "default_popup": "relaventGame.html"
  }
}