SHOWROOM Broadcast Starting Notifications

SHOWROOM Broadcast Starting Notifications

It'll notify you when the virtual live space SHOWROOM (showroom) starts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "manifest_version": 3,
  "default_locale": "en",
  "icons": {
    "48": "assets/img/icon48.png",
    "128": "assets/img/icon128.png"
  },
  "version": "1.5.2",
  "description": "__MSG_appDescription__",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_icon": "assets/img/icon38.png",
    "default_title": "__MSG_appName__"
  },
  "options_page": "options.html",
  "permissions": [
    "alarms",
    "notifications",
    "storage",
    "offscreen"
  ],
  "host_permissions": [
    "https://www.showroom-live.com/*"
  ]
}