Skip to content

Commit

Permalink
Moving to manifest v2. remove background.html
Browse files Browse the repository at this point in the history
  • Loading branch information
meeech committed Nov 25, 2012
1 parent 5004081 commit 5e2a99b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 34 deletions.
28 changes: 0 additions & 28 deletions background.html

This file was deleted.

12 changes: 6 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"manifest_version": 2,
"name": "netflixQ",
"version": "1.1.1",
"version": "1.1.2",
"description": "Add queue functionality to Netflix Canada (netflix.ca) for digital/instant movies.",
"background_page": "background.html",
"background": { "scripts" : ["background.js"]},
"browser_action": {
"default_icon": "star_red.png",
"popup": "netflixq.html"
"default_popup": "netflixq.html"
},
"content_scripts": [
{
"matches": ["http://ca.movies.netflix.com/*", "http://ca.netflix.com/*", "http://www.netflix.ca/*","http://search.netflix.ca/*"],
"js": ["simpleyui-min.js", "pagescript.js"],
"css": ["netflixq.css"]
"matches": ["http://movies.netflix.com/*", "http://ca.movies.netflix.com/*", "http://ca.netflix.com/*", "http://www.netflix.ca/*","http://search.netflix.ca/*"],
"js": ["simpleyui-min.js", "pagescript.js"]
}
],
"icons": {
Expand Down

0 comments on commit 5e2a99b

Please sign in to comment.