Fix manifest path (#8)
This commit is contained in:
parent
39c6402253
commit
24845f7180
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "Carter's RSS Feeds",
|
"name": "Carter's RSS Feeds",
|
||||||
"short_name": "Carter's RSS Feeds",
|
"short_name": "Carter's RSS Feeds",
|
||||||
"start_url": "/",
|
"start_url": ".",
|
||||||
|
"scope": ".",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#FCF5E4",
|
"background_color": "#FCF5E4",
|
||||||
"theme_color": "#FCF5E4",
|
"theme_color": "#FCF5E4",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue