This website works better with JavaScript.
Home
Explore
Help
Sign In
noah
/
watershed
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
add applications key to manifest.json per MDN Extensions guide to settings page
py3-upgrade
Noah Hall
3 years ago
parent
657dc5af6a
commit
768606f535
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
browser/src/manifest.json
+ 5
- 0
browser/src/manifest.json
View File
@ -2,6 +2,11 @@
"manifest_version"
:
2
,
"name"
:
"Watershed Music Player"
,
"short_name"
:
"Watershed"
,
"applications"
:
{
"gecko"
:
{
"id"
:
"watershed@nthall.com"
}
}
,
"version"
:
"0.3.8"
,
"icons"
:
{
"16"
:
"media/watershed-icon-16.png"
,
Write
Preview
Loading…
Cancel
Save