Skip to content

Commit 595c966

Browse files
author
Daniel Gallagher
committed
Updated JSON manifest to include the theme colour and the website name.
1 parent baa3b0d commit 595c966

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

icons/manifest.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"name": "App",
2+
"name": "Scriptular",
3+
"start_url": ".",
4+
"display": "browser",
35
"icons": [
46
{
57
"src": "\/android-icon-36x36.png",
@@ -37,5 +39,8 @@
3739
"type": "image\/png",
3840
"density": "4.0"
3941
}
40-
]
41-
}
42+
],
43+
"lang": "en-US",
44+
"dir": "ltr",
45+
"theme_color": "#222222"
46+
}

0 commit comments

Comments
 (0)