-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
34 lines (33 loc) · 724 Bytes
/
manifest.json
File metadata and controls
34 lines (33 loc) · 724 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
31
32
33
34
{
"name": "PK Memory System",
"short_name": "Pk;MS",
"dir": "ltr",
"display": "standalone",
"orientation": "any",
"scope": "/",
"start_url": "https://pkmemorysystem.github.io/",
"theme_color": "#adadad",
"background_color": "#404040",
"id": "pkmsabscol",
"description": "App for viewing and modifying your PluralKit system.",
"lang": "en",
"categories": [
"personalization",
"productivity",
"utilities"
],
"icons":[
{
"src": "./android/apple-icon-180.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "./android/manifest-icon-512.maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}