MURAL for Google Calendar Meetings

MURAL for Google Calendar Meetings

Schedule MURAL meetings directly from Google Calendar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/jquery-1.12.4.js",
      "js/utils.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon-128.png",
    "default_title": "MURAL for Google Calendar Meetings"
  },
  "content_scripts": [
    {
      "css": [
        "css/content.css"
      ],
      "js": [
        "js/jquery-1.12.4.js",
        "js/utils.js",
        "js/content.js",
        "js/modal-inline.js"
      ],
      "matches": [
        "https://www.google.com/calendar/*",
        "https://calendar.google.com/calendar/*"
      ]
    }
  ],
  "description": "Schedule MURAL meetings directly from Google Calendar",
  "homepage_url": "https://www.mural.co",
  "icons": {
    "16": "/images/icon-16.png",
    "48": "/images/icon-48.png",
    "128": "/images/icon-128.png"
  },
  "manifest_version": 2,
  "name": "MURAL for Google Calendar Meetings",
  "version": "0.0.3.9",
  "web_accessible_resources": [
    "images/mural.png",
    "images/close-x.svg",
    "fonts/proximanova-regular-webfont.eot",
    "fonts/proximanova-regular-webfont.svg",
    "fonts/proximanova-regular-webfont.ttf",
    "fonts/proximanova-regular-webfont.woff"
  ]
}