summaryrefslogtreecommitdiff
path: root/@linaria/examples/Preact/preact-example/src/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to '@linaria/examples/Preact/preact-example/src/manifest.json')
-rw-r--r--@linaria/examples/Preact/preact-example/src/manifest.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/@linaria/examples/Preact/preact-example/src/manifest.json b/@linaria/examples/Preact/preact-example/src/manifest.json
new file mode 100644
index 0000000..efd2035
--- /dev/null
+++ b/@linaria/examples/Preact/preact-example/src/manifest.json
@@ -0,0 +1,21 @@
+{
+ "name": "my-project",
+ "short_name": "my-project",
+ "start_url": "/",
+ "display": "standalone",
+ "orientation": "portrait",
+ "background_color": "#fff",
+ "theme_color": "#673ab8",
+ "icons": [
+ {
+ "src": "/assets/icons/android-chrome-192x192.png",
+ "type": "image/png",
+ "sizes": "192x192"
+ },
+ {
+ "src": "/assets/icons/android-chrome-512x512.png",
+ "type": "image/png",
+ "sizes": "512x512"
+ }
+ ]
+} \ No newline at end of file