Create a Google Calendar Event™

Create a Google Calendar Event™

This extension creates a new Google Calendar Event™ in one click when you are logged into your Google Account.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Create a Google Calendar Event™",
  "description": "This extension creates a new Google Calendar Event™ in one click",
  "version": "0.1",
  "author": "Thomas Hammerlund",
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/icon128.png",
    "default_title": "Create a Google Calendar Event™"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}