You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/confthyttan/metadata.json
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
"version":"0.06",
4
4
"description": "A different default set of apps and configurations. Brings many quality of life improvements. Opinionated based on the creators taste. Read more below before installing.",
constSUPPORTS_DEVICES=["BANGLEJS","BANGLEJS2"];// device IDs allowed for 'supports'
172
-
constMETADATA_TYPES=["app","clock","widget","bootloader","RAM","launch","scheduler","notify","locale","settings","textinput","module","clkinfo"];// values allowed for "type" field
172
+
constMETADATA_TYPES=["app","clock","widget","bootloader","RAM","launch","scheduler","notify","locale","settings","textinput","module","clkinfo","defaultconfig"];// values allowed for "type" field - listed in README.md
173
173
constFORBIDDEN_FILE_NAME_CHARS=/[,;]/;// used as separators in appid.info
WARN(`App ${fileB.app}${typeB} file ${nameB} is also listed as ${typeA} file for app ${fileA.app}`);
502
+
WARN(`App ${fileB.app}${typeB} file ${nameB} is also listed as ${typeA} file for app ${fileA.app}`,{file:APPSDIR_RELATIVE+fileB.app+"/metadata.json"});
0 commit comments