Skip to content

Commit

Permalink
Update content_scripts URL
Browse files Browse the repository at this point in the history
We need to be able to talk to more pages than just the root one. Update
the "matches:" key so it allows that.
  • Loading branch information
Wouter Verhelst committed Dec 12, 2017
1 parent 88d9414 commit a927bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins_tools/xpi/new-src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"homepage_url": "https://eid.belgium.be/",
"version": "1.0.26",
"version": "1.0.27",

"permissions": [ "pkcs11", "notifications" ],

Expand All @@ -16,7 +16,7 @@
},
"content_scripts": [
{
"matches": ["https://*.belgium.be/"],
"matches": ["https://*.belgium.be/*"],
"js": ["content.js"]
}
],
Expand Down

0 comments on commit a927bdf

Please sign in to comment.