Improve web app
Standalone mode Don't display bookmarklet in standalone mode Correct start URL
This commit is contained in:
parent
94527e11e1
commit
28d1319d73
3 changed files with 9 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"short_name": "AllTube",
|
||||
"name": "AllTube Download",
|
||||
"display": "minimal-ui",
|
||||
"display": "standalone",
|
||||
"icons": [{
|
||||
"src": "img/favicon.png",
|
||||
"sizes": "32x32",
|
||||
|
@ -24,6 +24,6 @@
|
|||
"type": "image/png"
|
||||
}],
|
||||
"lang": "en",
|
||||
"start_url": "./index.php",
|
||||
"start_url": "./",
|
||||
"theme_color": "#4F4F4F"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue