SYNCROOM Plus - Awesome plugin

SYNCROOM Plus - Awesome plugin

Extend the functionality of SYNCROOM website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_appDesc__",
  "version": "2.3.2",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "default_locale": "ja",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "icons": {
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "action": {
    "default_title": "SYNCROOM Plus"
  },
  "content_scripts": [
    {
      "matches": [
        "https://syncroom.yamaha.com/play/",
        "https://syncroom.yamaha.com/play/*=*",
        "https://syncroom.yamaha.com/global/play/",
        "https://syncroom.yamaha.com/global/play/*=*"
      ],
      "js": [
        "contentScript.bundle.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/icon_128.png",
        "images/icon_34.png"
      ],
      "matches": []
    }
  ],
  "permissions": [
    "storage",
    "notifications",
    "alarms"
  ],
  "host_permissions": [
    "https://*/*"
  ]
}