Soft Google Calendar Alert

Soft Google Calendar Alert

Soft Google Calendar popup

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Soft Google Calendar Alert",
  "version": "0.0.3",
  "manifest_version": 2,
  "description": "Soft Google Calendar popup",
  "homepage_url": "https://github.com/birdchan/soft-google-calendar-alert",
  "icons": {
    "16": "icons/gcal-alert16.png",
    "32": "icons/gcal-alert32.png",
    "48": "icons/gcal-alert48.png",
    "64": "icons/gcal-alert64.png",
    "128": "icons/gcal-alert128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/calendar/*",
        "https://calendar.google.com/calendar/*"
      ],
      "js": [
        "js/bootstrap.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "favicon.ico",
    "sound-notification.ogg",
    "css/gcal-alert.css",
    "js/gcal-alert.js",
    "icons/icon-bell.svg"
  ],
  "permissions": [
    "activeTab"
  ]
}