-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
37 lines (37 loc) · 1.45 KB
/
manifest.json
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
31
32
33
34
35
36
37
{
"lang": "en",
"dir": "auto",
"name": "CusMeDroid",
"short_name": "CusMeDroid",
"icons": [
{
"src": "favicon.ico",
"type": "image/png",
"sizes": "256x256"
}
],
"scope": "/",
"id": "myCopyright",
"start_url": "/index.html",
"display": "standalone",
"orientation": "any",
"theme_color": "white",
"background_color": "gray",
"shortcuts": [
{
"name": "CusMeDroid",
"short_name": "CusMeDroid",
"description": "Cusmedroid is an android studio application development project name. the name was created by iyortml alias suryo dwijayanto. Initially cusmedroid was a custom rom project on android, at that time in 2014 - 2015 cusmedroid was still looking for identity, until now in 2022 - then cusmedroid will be the unique name of me who doesn’t have a team.",
"url": "https://cusmedroid.github.io/",
"icons": [{ "src": "favicon.ico", "sizes": "256x256" }]
}
],
"description": "Cusmedroid is an android studio application development project name. the name was created by iyortml alias suryo dwijayanto. Initially cusmedroid was a custom rom project on android, at that time in 2014 - 2015 cusmedroid was still looking for identity, until now in 2022 - then cusmedroid will be the unique name of me who doesn’t have a team.",
"screenshots": [
{
"src": "icon/screenshoot.jpg",
"type": "image/jpg",
"sizes": "360x360"
}
]
}