Browse Source

Add `short_name` to manifest.json

Aparently this is required for the home screen prompt
pm2
Luke Childs 9 years ago
parent
commit
86566b3001
  1. 1
      public/manifest.json

1
public/manifest.json

@ -1,5 +1,6 @@
{
"name": "Tor Explorer",
"short_name": "Tor Explorer",
"start_url": "/",
"display": "standalone",
"background_color": "#895CA1",

Loading…
Cancel
Save