From 6375924db4dacbb662be3def82dfc757bd7b7852 Mon Sep 17 00:00:00 2001 From: Daniel Cormier Date: Fri, 5 Dec 2014 21:14:19 -0500 Subject: [PATCH] Corrected matching pages and bumped version. --- manifest.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 3e5ea49..fb9d7a5 100644 --- a/manifest.json +++ b/manifest.json @@ -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"] } ],