Skip to content

Commit be9adc7

Browse files
committed
2 parents 6bab6ff + d427d25 commit be9adc7

2 files changed

Lines changed: 17 additions & 19 deletions

File tree

icons/manifest.js

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22
// This file exists to support running DisplayKit via file:// (where fetch() to local JSON is often blocked).
33
// When hosted (http/https), the app can also load icons/manifest.json.
44
window.DISPLAYKIT_ICON_MANIFEST = {
5-
version: 1,
6-
basePath: "icons/",
7-
files: [
5+
"version": 1,
6+
"basePath": "icons/",
7+
"generatedAt": "2025-12-22T19:37:18.676Z",
8+
"files": [
89
"16x16/antenna.png",
9-
"16x16/bluetooth.png",
1010
"16x16/bluetooth_2.png",
11+
"16x16/bluetooth.png",
1112
"16x16/brain.png",
1213
"16x16/character.png",
1314
"16x16/dialog.png",
14-
"16x16/eye.png",
1515
"16x16/eye_2.png",
16+
"16x16/eye.png",
1617
"16x16/gear.png",
1718
"16x16/graph.png",
1819
"16x16/key.png",
@@ -24,15 +25,15 @@ window.DISPLAYKIT_ICON_MANIFEST = {
2425
"16x16/question.png",
2526
"16x16/recycle.png",
2627
"16x16/reset.png",
27-
"16x16/satellite.png",
2828
"16x16/satellite_2.png",
29-
"16x16/save.png",
29+
"16x16/satellite.png",
3030
"16x16/save_2.png",
31-
"16x16/sdcard.png",
31+
"16x16/save.png",
3232
"16x16/sdcard_null.png",
33-
"16x16/signal.png",
33+
"16x16/sdcard.png",
3434
"16x16/signal_2.png",
3535
"16x16/signal_3.png",
36+
"16x16/signal.png",
3637
"16x16/skull.png",
3738
"16x16/stat.png",
3839
"16x16/sword.png",
@@ -42,5 +43,3 @@ window.DISPLAYKIT_ICON_MANIFEST = {
4243
"16x16/wifi_2.png"
4344
]
4445
};
45-
46-

icons/manifest.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"version": 1,
33
"basePath": "icons/",
4+
"generatedAt": "2025-12-22T19:37:18.676Z",
45
"files": [
56
"16x16/antenna.png",
6-
"16x16/bluetooth.png",
77
"16x16/bluetooth_2.png",
8+
"16x16/bluetooth.png",
89
"16x16/brain.png",
910
"16x16/character.png",
1011
"16x16/dialog.png",
11-
"16x16/eye.png",
1212
"16x16/eye_2.png",
13+
"16x16/eye.png",
1314
"16x16/gear.png",
1415
"16x16/graph.png",
1516
"16x16/key.png",
@@ -21,15 +22,15 @@
2122
"16x16/question.png",
2223
"16x16/recycle.png",
2324
"16x16/reset.png",
24-
"16x16/satellite.png",
2525
"16x16/satellite_2.png",
26-
"16x16/save.png",
26+
"16x16/satellite.png",
2727
"16x16/save_2.png",
28-
"16x16/sdcard.png",
28+
"16x16/save.png",
2929
"16x16/sdcard_null.png",
30-
"16x16/signal.png",
30+
"16x16/sdcard.png",
3131
"16x16/signal_2.png",
3232
"16x16/signal_3.png",
33+
"16x16/signal.png",
3334
"16x16/skull.png",
3435
"16x16/stat.png",
3536
"16x16/sword.png",
@@ -39,5 +40,3 @@
3940
"16x16/wifi_2.png"
4041
]
4142
}
42-
43-

0 commit comments

Comments
 (0)