Skip to content

Commit b76513f

Browse files
authored
Create manifest.json
1 parent a62ecb6 commit b76513f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

manifest.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"dir": "ltr",
3+
"lang": "en-US",
4+
"name": "AC0/RD Software",
5+
"short_name": "AC0/RD Software",
6+
"scope": "/",
7+
"display": "browser",
8+
"start_url": "https://acord.software/",
9+
"background_color": "transparent",
10+
"theme_color": "transparent",
11+
"description": "AC0/RD Software community",
12+
"orientation": "any",
13+
"related_applications": [],
14+
"prefer_related_applications": false,
15+
"icons": [
16+
{
17+
"src": "https://acord.software/favicon-16x16.png",
18+
"type": "image/png",
19+
"sizes": "64x68"
20+
}
21+
],
22+
"url": "https://acord.software"
23+
}

0 commit comments

Comments
 (0)