WebAPI/WidgetAPI
< WebAPI
Jump to navigation
Jump to search
WidgetAPI
Use case
Proposal
- embed-widgets bug 1005818
<iframe mozapp="manifesturl" mozwidget="mywidget1">
- extend manifest.webapp
{
name: "MyApp2000",
...
widgets: {
"mywidget1": {
href: "widget.html"
positions: ["homescreen", "lockscreen"]
description: "This is my cool widget"
},
"myotherwidget": { ... }
}
}