Comeet

Comeet

Async conversations into your Calendar. Effective collaboration at your own pace

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Comeet",
  "short_name": "Comeet",
  "description": "Async conversations into your Calendar. Effective collaboration at your own pace",
  "version": "0.20.6",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Write down meeting decisions here"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "config_extension.js",
      "config_common.js",
      "background.js",
      "moment.js",
      "amplitude-5.8.0.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://calendar.google.com/*",
        "https://meet.google.com/*"
      ],
      "js": [
        "static/js/2.9b3546fa.chunk.js",
        "static/js/main.b7384f66.chunk.js",
        "static/js/runtime-main.b09b8120.js"
      ],
      "css": [
        "static/css/2.5edfa3d3.chunk.css",
        "static/css/main.e21e13be.chunk.css"
      ]
    }
  ],
  "permissions": [
    "storage",
    "identity",
    "alarms",
    "notifications",
    "contextMenus"
  ],
  "web_accessible_resources": [
    "index.html",
    "icon.png",
    "icon_bw.png",
    "/images/*",
    "/images/*/*",
    "/static/media/*",
    "/irp/*"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "externally_connectable": {
    "matches": [
      "http://localhost:3000/*",
      "*://*.comeet.me/*"
    ]
  }
}