WebAPI/WidgetAPI: Difference between revisions

m
Line 13: Line 13:
       "mywidget1": {
       "mywidget1": {
         name: "MyApp2000 Widget",
         name: "MyApp2000 Widget",
         href: "widget.html",
         href: "/widget.html",
         description: "This is my cool widget",
         description: "This is my cool widget",
         screenshot: "foo.jpg"
         screenshot: "foo.jpg"
Line 20: Line 20:
     }
     }
     widgetPages: [
     widgetPages: [
       "widget.html",
       "/widget.html",
       "news_reader_settings.html",
       "/news_reader_settings.html",
       "some_other_page.html"
       "/some_other_page.html"
     ]
     ]
     "locales": {
     "locales": {
Confirmed users
29

edits