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

Commit 6375924

Browse files
author
Daniel Cormier
committed
Corrected matching pages and bumped version.
1 parent a2ecf76 commit 6375924

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

manifest.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "I want nexus",
33
"description": "I want nexus",
4-
"version": "0.0.6",
4+
"version": "0.0.8",
55
"content_scripts": [
66
{
7-
"matches": ["https://play.google.com/store/devices/details/*"],
7+
"matches": [
8+
"https://play.google.com/store/devices/details/*",
9+
"https://play.google.com/store/devices/details?*"
10+
],
811
"js": ["jquery.min.js","pushbullet.js","iwantnexus.js"]
912
}
1013
],

0 commit comments

Comments
 (0)