Skip to content

Commit 369ecf9

Browse files
Add files via upload
1 parent 706ce7d commit 369ecf9

1 file changed

Lines changed: 62 additions & 0 deletions

File tree

src/app/manifest.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"background_color": "#ffffff",
3+
"description": "Enter a registered Flow access key.",
4+
"dir": "ltr",
5+
"display": "standalone",
6+
"name": "Flow",
7+
"orientation": "any",
8+
"scope": "/",
9+
"short_name": "Flow",
10+
"start_url": "/",
11+
"theme_color": "#ffffff",
12+
"icons": [
13+
{
14+
"src": "https://flow.chefuinc.com/favicon.ico?favicon.0x3dzn~oxb6tn.ico",
15+
"type": "image/x-icon",
16+
"sizes": "256x256",
17+
"isSquare": true,
18+
"isPng": false,
19+
"isWebp": false,
20+
"isJpg": false,
21+
"width": 256,
22+
"is512x512": false,
23+
"is256x256": true,
24+
"is192x192": false
25+
},
26+
{
27+
"src": "https://flow.chefuinc.com/icon.svg",
28+
"isSquare": false,
29+
"isPng": false,
30+
"isWebp": false,
31+
"isJpg": false,
32+
"width": 0,
33+
"is512x512": false,
34+
"is256x256": false,
35+
"is192x192": false
36+
},
37+
{
38+
"src": "https://flow.chefuinc.com/favicon.ico",
39+
"type": "image/x-icon",
40+
"isSquare": false,
41+
"isPng": false,
42+
"isWebp": false,
43+
"isJpg": false,
44+
"width": 0,
45+
"is512x512": false,
46+
"is256x256": false,
47+
"is192x192": false
48+
}
49+
],
50+
"lang": "en",
51+
"related_applications": [
52+
{
53+
"platform": "play",
54+
"url": "https://play.google.com/store/apps/details?id=com.chefuinc.flow",
55+
"id": "com.chefuinc.flow"
56+
}
57+
],
58+
"categories": [
59+
"social",
60+
"social networking"
61+
]
62+
}

0 commit comments

Comments
 (0)