tangled
alpha
login
or
join now
bad-example.com
/
spacedust-utils
6
fork
atom
demos for spacedust
6
fork
atom
overview
issues
pulls
pipelines
try a webmanifest
bad-example.com
8 months ago
4136aa14
840235a8
+14
2 changed files
expand all
collapse all
unified
split
atproto-notifications
index.html
public
site.webmanifest
+1
atproto-notifications/index.html
···
4
4
<meta charset="UTF-8" />
5
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
<title>spacedust notifications</title>
7
7
+
<link rel="manifest" href="/site.webmanifest" />
7
8
</head>
8
9
<body>
9
10
<div id="root"></div>
+13
atproto-notifications/public/site.webmanifest
···
1
1
+
{
2
2
+
"short_name": "Spacedust",
3
3
+
"name": "Spacedust notifications",
4
4
+
"icons": [{
5
5
+
"src": "images/icon-7-192.png",
6
6
+
"type": "image/png",
7
7
+
"sizes": "192x192"
8
8
+
}],
9
9
+
"start_url": "/",
10
10
+
"display": "fullscreen",
11
11
+
"background_color": "#faebd2",
12
12
+
"theme_color": "#faebd2"
13
13
+
}