Escape From School Game FEEP

Your day at school is finally over, but you’ve found yourself stuck in detention! How will you enjoy your free time now?
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.6.8",
  "name": "__MSG_appName__",
  "default_locale": "en_US",
  "description": "__MSG_appDesc__",
  "background": {
    "service_worker": "bg.js"
  },
  "action": {
    "default_title": "__MSG_appName__",
    "default_icon": {
      "128": "128.png"
    }
  },
  "icons": {
    "128": "128.png"
  }
}