1
0
Fork 0

docs and example fix

master
Gordon Williams 2019-12-03 17:07:15 +00:00
parent 885d856b2b
commit 7ebde31f63
3 changed files with 20 additions and 17 deletions

View File

@ -170,6 +170,9 @@ The widget example is available in [`apps/_example_widget`](apps/_example_widget
// iframe, and it must post back an 'app' structure
// like this one with 'storage','name' and 'id' set up
"allow_emulator":true, // if 'app.js' will run in the emulator, set to true to
// add an icon to allow your app to be tested
"storage": [ // list of files to add to storage
{"name":"-appid", // filename to use in storage
"url":"", // URL of file to load (currently relative to apps/)

View File

@ -8,5 +8,5 @@
{"name":"+7chname","url":"app.json"},
{"name":"-7chname","url":"app.js"},
{"name":"*7chname","url":"app-icon.js","evaluate":true}
],
]
}

View File

@ -7,5 +7,5 @@
"storage": [
{"name":"+7chname","url":"widget.json"},
{"name":"-7chname","url":"widget.js"},
],
]
}