Reminderly For Google Calendar

Reminderly For Google Calendar

Allows you to schedule Reminderly appointment reminders using Google Calendar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Reminderly For Google Calendar",
  "short_name": "Reminderly",
  "version": "1.0.0.7",
  "manifest_version": 2,
  "description": "Allows you to schedule Reminderly appointment reminders using Google Calendar",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://calendar.google.com/*",
        "*://www.google.com/calendar/*"
      ],
      "js": [
        "content.js",
        "/js/lib/jquery-3.4.1.min.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ]
}