Here Calendar

Here Calendar

Here.fm integration with Google Calendar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Here Calendar",
  "version": "1.0.6",
  "description": "Here.fm integration with Google Calendar",
  "externally_connectable": {
    "matches": [
      "*://here.fm/*"
    ]
  },
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://calendar.google.com/*",
        "*://here.fm/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "manifest_version": 2
}