Markdown for Google Calendar™

Markdown for Google Calendar™

Provide a preview area for render Markdown text of Google Calendar™ details

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "exclude_globs": [],
      "exclude_matches": [],
      "include_globs": [
        "https://*.google.*/calendar/*",
        "http://*.google.*/calendar/*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "extension.js"
      ],
      "css": [
        "extension.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "background.html"
  ],
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "icons": {
    "128": "icon_128.png"
  },
  "converted_from_user_script": true,
  "description": "__MSG_extensionDescription__",
  "name": "__MSG_extensionName__",
  "version": "0.6.1",
  "manifest_version": 2,
  "default_locale": "en"
}