Merge pull request #545 from glowing-bear/fix-firefox-manifest-permission
Request firefox app permissions
This commit is contained in:
commit
0dfd2bbc77
1 changed files with 9 additions and 0 deletions
|
@ -15,6 +15,15 @@
|
||||||
"name": "The Glowing Bear Authors",
|
"name": "The Glowing Bear Authors",
|
||||||
"url": "https://github.com/glowing-bear"
|
"url": "https://github.com/glowing-bear"
|
||||||
},
|
},
|
||||||
|
"permissions": {
|
||||||
|
"audio-channel-normal" : {
|
||||||
|
"description" : "Needed to play this app's audio content on the normal channel"
|
||||||
|
},
|
||||||
|
"audio-channel-content" : {
|
||||||
|
"description" : "Needed to play this app's audio content on the content channel"
|
||||||
|
},
|
||||||
|
"desktop-notification":{}
|
||||||
|
},
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"version": "0.4.4"
|
"version": "0.4.4"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue