Gcal-Everywhere

Gcal-Everywhere

Add events to google calendar with ease.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Gcal-Everywhere",
  "version": "0.7",
  "icons": {
    "16": "img/icon-small.png",
    "128": "img/icon-big.png"
  },
  "description": "Add events to google calendar with ease.",
  "background": {
    "scripts": [
      "oauth/chrome_ex_oauthsimple.js",
      "oauth/chrome_ex_oauth.js",
      "js/background.js"
    ]
  },
  "options_page": "options.html",
  "browser_action": {
    "default_title": "",
    "default_icon": "img/icon-big.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "https://www.googleapis.com/auth/calendar/*",
    "https://www.google.com/accounts/OAuthGetRequestToken",
    "https://www.google.com/accounts/OAuthAuthorizeToken",
    "https://www.google.com/accounts/OAuthGetAccessToken"
  ]
}