Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Commit 77b1fef

Browse files
committed
Bug 1275076 - convert the manifest of the clock app r=benfrancis
1 parent d85cd99 commit 77b1fef

File tree

3 files changed

+31
-70
lines changed

3 files changed

+31
-70
lines changed

disabled_apps/clock/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
55
<meta charset="utf-8">
66
<meta name="theme-color" content="#000">
7+
<link rel="manifest" href="./manifest.webmanifest">
8+
<link rel="icon" href="./style/icons/clock_84.png">
9+
710
<title>Clock</title>
811
<link rel="stylesheet" type="text/css" href="style/clock.css">
912
<link rel="stylesheet" type="text/css" href="style/alarm.css">

disabled_apps/clock/manifest.webapp

Lines changed: 0 additions & 70 deletions
This file was deleted.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "Clock",
3+
"description": "Gaia Clock",
4+
"lang": "en",
5+
"short_name": "Clock",
6+
"scope": "./",
7+
"start_url": "./index.html",
8+
"icons": [{
9+
"sizes": "84x84",
10+
"src": "./style/icons/clock_84.png"
11+
}, {
12+
"sizes": "126x126",
13+
"src": "./style/icons/clock_126.png"
14+
}, {
15+
"sizes": "142x142",
16+
"src": "./style/icons/clock_142.png"
17+
}, {
18+
"sizes": "189x189",
19+
"src": "./style/icons/clock_189.png"
20+
}, {
21+
"sizes": "284x284",
22+
"src": "./style/icons/clock_284.png"
23+
}],
24+
"display": "standalone",
25+
"orientation": "natural",
26+
"theme_color": "#000000",
27+
"background_color": "#000000"
28+
}

0 commit comments

Comments
 (0)