Skip to content

Instantly share code, notes, and snippets.

@harishvc
Last active December 30, 2015 08:47
Show Gist options
  • Save harishvc/ff88829fe2bfb66c125f to your computer and use it in GitHub Desktop.
Save harishvc/ff88829fe2bfb66c125f to your computer and use it in GitHub Desktop.
mapit - manifest.json
{
"manifest_version": 2,
"name": "MapIt for Google Calendar",
"version": "0.1",
"content_scripts": [
{
"matches": ["*://calendar.google.com/calendar/render*"],
"js": ["content.js"]
}
],
"background" : {
"scripts" : ["background.js"],
"persistent": false
},
"permissions": ["tabs","alarms"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment