Skip to content

Commit b5de3ae

Browse files
committed
Fixing manifest issues.
1 parent 6f9632c commit b5de3ae

5 files changed

Lines changed: 2831 additions & 2813 deletions

File tree

docs/assets/manifest.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"name": "RepoWidget",
3+
"short_name": "RepoWidget",
4+
"description": "A professional GitHub repository display widget for showcasing repositories on any website",
5+
"start_url": "/",
6+
"display": "standalone",
7+
"background_color": "#ffffff",
8+
"theme_color": "#0366d6",
9+
"icons": [
10+
{
11+
"src": "images/favicon-16x16.png",
12+
"sizes": "16x16",
13+
"type": "image/png"
14+
},
15+
{
16+
"src": "images/favicon-32x32.png",
17+
"sizes": "32x32",
18+
"type": "image/png"
19+
},
20+
{
21+
"src": "images/apple-touch-icon.png",
22+
"sizes": "180x180",
23+
"type": "image/png"
24+
},
25+
{
26+
"src": "images/android-chrome-192x192.png",
27+
"sizes": "192x192",
28+
"type": "image/png"
29+
},
30+
{
31+
"src": "images/android-chrome-512x512.png",
32+
"sizes": "512x512",
33+
"type": "image/png"
34+
}
35+
],
36+
"orientation": "any",
37+
"categories": [
38+
"developer-tools",
39+
"productivity"
40+
],
41+
"screenshots": [],
42+
"prefer_related_applications": false
43+
}

0 commit comments

Comments
 (0)