Links for Google Calendar™

Links for Google Calendar™

Provide a link to Google Calendar™ events you can share among users

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/*"
      ],
      "js": [
        "script.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "128": "icon_128.png"
  },
  "converted_from_user_script": true,
  "description": "__MSG_extensionDescription__",
  "name": "__MSG_extensionName__",
  "version": "0.3",
  "manifest_version": 2,
  "default_locale": "en"
}