Skip to content

Commit

Permalink
new extension release version
Browse files Browse the repository at this point in the history
- granting access to domains dev.riot-apps.net and staging.riot-apps.net
  • Loading branch information
HendrikVE committed Apr 24, 2018
1 parent 0004da6 commit 263e9b3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
},
"name": "RAPstore Extension",
"version": "1.0.8",
"version": "1.1.0",
"manifest_version": 2,
"description": "Browser integration for the RAPstore",

Expand All @@ -21,9 +21,10 @@
"content_scripts": [{
"matches": [
"*://localhost/*",
"*://141.22.28.91/*",
"*://rapstore.cladmi.eu/*",
"*://demo.riot-apps.net/*"

"*://demo.riot-apps.net/*",
"*://dev.riot-apps.net/*",
"*://staging.riot-apps.net/*"
],
"js": ["content_script.js"],
"all_frames": true,
Expand Down

0 comments on commit 263e9b3

Please sign in to comment.