Open Google Calendar with toolbar button

Open Google Calendar with toolbar button

This Firefox addon adds a Calendar button to the top toolbar. This Calendar button opens Google Calendar in new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0.4resigned1",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "icons": {
    "48": "icons/calendar-48.png",
    "96": "icons/calendar-96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/calendar-32.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{40c9c847-d965-4817-8dc0-29ce513cdc54}"
    }
  }
}