Owl Reminder for Google Calendar™

Owl Reminder for Google Calendar™

Owl Reminder can connect your Google Calendar and provide desktop notification for events. Compared with existing solutions it has…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Owl Reminder for Google Calendar™",
  "short_name": "Owl Reminder",
  "version": "2.4",
  "minimum_chrome_version": "33",
  "offline_enabled": true,
  "icons": {
    "32": "img/icon_32.png",
    "128": "img/icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ]
    }
  },
  "permissions": [
    "idle",
    "notifications",
    "alarms",
    "storage",
    "identity",
    "gcm",
    "contextMenus",
    "https://accounts.google.com/*",
    "https://www.googleapis.com/*"
  ],
  "oauth2": {
    "client_id": "675106829084-thhis2k3kqoip0919mmc4v29vncu125o.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/calendar.readonly"
    ]
  }
}