Add To Calendar

Add To Calendar

Make a Google Calendar event from a selection of text

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Add To Calendar",
  "short_name": "CalendarAdd",
  "version": "1.2",
  "author": "Matt Krins",
  "homepage_url": "https://github.com/mattkrins/CalendarAdd",
  "description": "Make a Google Calendar event from a selection of text",
  "permissions": [
    "contextMenus"
  ],
  "manifest_version": 2,
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}