Comfort Monitor Live

Comfort Monitor Live

Enable Planning Center’s ‘Services LIVE.’ to be shown on a comfort monitor with one click (previously Planning Center Live Kiosk)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Comfort Monitor Live",
  "version": "1.4.9",
  "description": "Enable Planning Center’s ‘Services LIVE.’ to be shown on a comfort monitor with one click (previously Planning Center Live Kiosk)",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage",
    "cookies",
    "scripting",
    "identity",
    "tabs",
    "system.display"
  ],
  "host_permissions": [
    "https://services.planningcenteronline.com/",
    "http://localhost:3000/"
  ],
  "action": {
    "default_title": "Comfort Monitor Live"
  },
  "background": {
    "service_worker": "src/wrapper.js"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "manifest_version": 3,
  "icons": {
    "128": "icon.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmXz7eS4S73ltJhM6FTXNCkyFPQypQV7pvO7LR0qaFBYqlYCXgjHq9jtBqdqkSzGN4X+AYh5UDoB6QyaPSZcYwNSXSKmxeKrmpkotZXdx1lJuTVhz5PH29bQHbSeVLWyDgAlK+rhW+/Tu1cMmyz36TyIVOT0BtXIoVbgcyn3Z1xEbLoqxF56QeUCa6/OkN0QQILcmEx0KU2jaxevv9t2A2RhjiN9+iwMTf+YBu5t1Bh3nxZCi5/4AmRdURYKIYm9m1t+ovqiFuahX3D8y+dEjgondFIUz5OUjdfXugNLGJqrZt7QmZzb/5JCpbCp22x8P1lYAwGnwxtoE0E4YyiRWKQIDAQAB"
}