Skip to content

Commit

Permalink
Create manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
imightbeamy committed Apr 25, 2014
1 parent 28bf3f0 commit 9ba5680
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Google Caladar Mulit-Cal Even Merge",
"description": "Chrome extension that visually merges the same event on multiple Google Calendars into one event with stripes.",
"version": "0.1",
"content_scripts": [ {
"matches": [
"http://*/*",
"https://*/*"
],
"js": ["jquery-2.1.0.min.js", "events.js"],
"run_at": "document_end"
}
],
"permissions": [
"https://www.google.com/calendar/*"
],
"manifest_version": 2
}

0 comments on commit 9ba5680

Please sign in to comment.