CCBB Kiosk - Staging

CCBB Kiosk - Staging

CCBB Kiosk App https://ccbb-mememe-staging.cactus.is

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CCBB Kiosk - Staging",
  "version": "0.2.2",
  "manifest_version": 2,
  "permissions": [
    "webview",
    "power",
    "storage",
    "system.display",
    "enterprise.deviceAttributes"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ],
      "persistent": false
    }
  },
  "kiosk_enabled": true,
  "icons": {
    "128": "bot.png"
  }
}