Garytations

Garytations

Makes it easy to type in the annotations Gary wants

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Garytations",
  "short_name": "Garytations",
  "version": "0.2.1",
  "description": "Makes it easy to type in the annotations Gary wants",
  "icons": {
    "16": "gg16.png",
    "48": "gg48.png",
    "128": "gg128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://act.ucsd.edu/employeeMyTimeEntry/calendar-time-entry.htm",
        "https://act.ucsd.edu/employeeMyTimeEntry/calendar-time-entry.htm"
      ],
      "js": [
        "jquery-1.11.1.min.js",
        "typeahead.bundle.js",
        "background.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "http://act.ucsd.edu/employeeMyTimeEntry/calendar-time-entry.htm",
    "https://act.ucsd.edu/employeeMyTimeEntry/calendar-time-entry.htm"
  ],
  "manifest_version": 2
}