Skip to content
This repository has been archived by the owner on Mar 29, 2018. It is now read-only.

Commit

Permalink
Corrected matching pages and bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Cormier committed Dec 6, 2014
1 parent a2ecf76 commit 6375924
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "I want nexus",
"description": "I want nexus",
"version": "0.0.6",
"version": "0.0.8",
"content_scripts": [
{
"matches": ["https://play.google.com/store/devices/details/*"],
"matches": [
"https://play.google.com/store/devices/details/*",
"https://play.google.com/store/devices/details?*"
],
"js": ["jquery.min.js","pushbullet.js","iwantnexus.js"]
}
],
Expand Down

0 comments on commit 6375924

Please sign in to comment.