Skip to content

Commit

Permalink
Update for google calendar URL change
Browse files Browse the repository at this point in the history
  • Loading branch information
imightbeamy committed Sep 6, 2015
1 parent f53b294 commit 13e1c56
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,25 @@
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.3.3",
"content_scripts": [ {
"matches": ["https://www.google.com/calendar/*", "http://www.google.com/calendar/*"],
"js": ["jquery-2.1.0.min.js", "events.user.js"],
"version": "1.3.4",
"content_scripts":[{
"matches": [
"https://www.google.com/calendar/*",
"https://calendar.google.com/calendar/*"
],
"js": [
"jquery-2.1.0.min.js",
"events.user.js"
],
"run_at": "document_end"
}
],
}],
"permissions": [
"https://www.google.com/calendar/*"
"https://www.google.com/calendar/*",
"https://calendar.google.com/*"
],
"icons": { "48": "icon48.png",
"128": "icon128.png" },
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2
}

0 comments on commit 13e1c56

Please sign in to comment.