Checker Plus for Google Calendar™

Checker Plus for Google Calendar™

See your next events, get meeting desktop notifications, add or snooze events without opening the Google Calendar page!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "name": "Checker Plus for Google Calendar™",
  "description": "__MSG_description__",
  "version": "36.0.2.2",
  "homepage_url": "https://jasonsavard.com?ref=homepage_url&ext=calendar",
  "omnibox": {
    "keyword": "cal"
  },
  "background": {
    "scripts": [
      "js/common.js",
      "js/checkerPlusForCalendar.js",
      "js/off_screen.js",
      "js/background.js"
    ]
  },
  "action": {
    "default_icon": {
      "19": "/images/icons/icon-19_default.png",
      "38": "/images/icons/icon-38_default.png"
    },
    "default_title": "Checker Plus for Google Calendar™",
    "default_popup": "popup.html?source=toolbar"
  },
  "commands": {
    "dismissEvent": {
      "description": "__MSG_dismissAllInNotificationWindow__"
    },
    "quickAddSelection": {
      "description": "__MSG_quickAdd__"
    }
  },
  "icons": {
    "16": "/images/icons/icon-16.png",
    "32": "/images/icons/icon-32_default.png",
    "48": "/images/icons/icon-48.png",
    "128": "/images/icons/icon-128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "default_locale": "en",
  "permissions": [
    "alarms",
    "storage",
    "idle",
    "tabs",
    "contextMenus",
    "notifications",
    "scripting"
  ],
  "manifest_version": 3,
  "web_accessible_resources": [
    {
      "resources": [
        "options.html",
        "contribute.html"
      ],
      "matches": [
        "https://*.jasonsavard.com/*",
        "https://checkout.stripe.com/*",
        "https://www.paypal.com/*",
        "https://commerce.coinbase.com/*"
      ]
    },
    {
      "resources": [
        "oauth2callback.html"
      ],
      "matches": [
        "https://accounts.google.com/*",
        "https://*.jasonsavard.com/*"
      ]
    }
  ]
}