forked from hellosbu/hellosbu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
30 lines (30 loc) · 936 Bytes
/
manifest.json
File metadata and controls
30 lines (30 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "Sbu AI",
"short_name": "Sbu.ai",
"description": "A simple app that reads the weather forecast, an inspirational quote and top stories from Hacker News.",
"start_url": "./index.html?utm=homescreen",
"display": "standalone",
"orientation": "portrait",
"background_color": "#f5f5f5",
"theme_color": "#f5f5f5",
"icons": [{
"src": "./images/icons/android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "./images/icons/android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512"
}],
"author": {
"name": "Bakani Pilime",
"website": "https://bzmp.frello.co.zw",
"github": "https://github.com/bzmp125",
"twitter": "https://twitter.com/afrikancoder",
"facebook":"https://fb.com/bzmpilime",
"source-repo": "https://github.com/bzmp125/sbu-app"
},
"gcm_sender_id": "847244712742",
"gcm_user_visible_only": true
}