Correcting js url in metadata

pull/3595/head
Brendan Sleight 2024-09-29 21:44:00 +01:00
parent fb6ea77f47
commit fad2475742
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
"supports" : ["BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"ExactWords.app.js","url":"app.js"},
{"name":"Exactwords.img","url":"app-icon.js","evaluate":true}
{"name":"exactwords.app.js","url":"app.js"},
{"name":"exactwords.img","url":"app-icon.js","evaluate":true}
]
}