Mujō - AI assisted break timer

Mujō - AI assisted break timer

Mujō is an AI assisted break timer to help you be more mindful with your day.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDescription__",
  "version": "3.6.4",
  "manifest_version": 3,
  "default_locale": "en",
  "icons": {
    "16": "images/logo.png",
    "128": "images/logo.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs",
    "alarms",
    "background",
    "notifications"
  ],
  "action": {
    "default_icon": {
      "16": "images/logo.png",
      "128": "images/logo.png"
    },
    "default_popup": "pages/popup.html"
  },
  "externally_connectable": {
    "ids": [
      "lppmnandcophphjneeabhnioijpdjdnc"
    ],
    "matches": [
      "*://localhost:*/*",
      "https://getmujo.com/*"
    ]
  },
  "minimum_chrome_version": "88",
  "content_security_policy": {
    "extension_pages": "default-src 'self'; font-src 'self' data:; style-src 'unsafe-inline'; connect-src https://getmujo.com/ ws://localhost:9001/ https://*.ingest.sentry.io/ http://localhost:3000 https://www.google-analytics.com"
  }
}