Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
chore(release): v0.1beta10
Browse files Browse the repository at this point in the history
  • Loading branch information
stoically committed Mar 18, 2020
1 parent f4d11ed commit fb40e76
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "Extending Riot Web with native messaging capabilities",
"manifest_version": 2,
"name": "Radical Native",
"version": "0.1beta9",
"version": "0.1beta10",
"browser_action": {
"default_title": "Radical Native",
"default_icon": {
Expand All @@ -22,12 +22,8 @@
"webRequest",
"webRequestBlocking"
],
"optional_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
"resources/*"
],
"optional_permissions": ["<all_urls>"],
"web_accessible_resources": ["resources/*"],
"applications": {
"gecko": {
"id": "@radical-native",
Expand Down

0 comments on commit fb40e76

Please sign in to comment.