WebAPI/WidgetAPI

From MozillaWiki
< WebAPI
Revision as of 08:51, 9 May 2014 by Pychen (talk | contribs) (Created page with "==WidgetAPI== ==Use case== ==Proposal== *embed-widgets {{bug|1005818}} <iframe mozapp="manifesturl" mozwidget="mywidget1"> *extend manifest.webapp { name: "MyApp2000"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WidgetAPI

Use case

Proposal

 <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": { ... }
   }
 } 

Restriction

Issues under discussion

Bugs