We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b801fd commit c5c63c0Copy full SHA for c5c63c0
apps/bigclkinfo/metadata.json
@@ -9,8 +9,12 @@
9
"tags": "clock,clkinfo,clk_info",
10
"supports" : ["BANGLEJS2"],
11
"readme": "README.md",
12
- "dependencies" : { "clock_info":"module",
13
- "clkinfoclk":"app" },
+ "dependencies" : {
+ "clock_info":"module",
14
+ "clkinfoclk":"app",
15
+ "clockbg":"module"
16
+ },
17
+
18
"storage": [
19
{"name":"bigclkinfo.app.js","url":"app.js"},
20
{"name":"bigclkinfo.img","url":"app-icon.js","evaluate":true}
0 commit comments