From 78f0ed6ecf38473f9774f09b90fe0cd86e5d71c0 Mon Sep 17 00:00:00 2001 From: Craig Buchek Date: Sun, 9 Sep 2012 00:07:51 -0500 Subject: [PATCH] Write the most basic app that will run on WebOS --- appinfo.json | 19 +++++++++++++++++++ index.html | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 appinfo.json create mode 100644 index.html diff --git a/appinfo.json b/appinfo.json new file mode 100644 index 0000000..7b4ccfd --- /dev/null +++ b/appinfo.json @@ -0,0 +1,19 @@ +{ + "title": "BoochReader", + "version": "0.0.1", + "id": "com.boochtek.reader", + "vendor": "BoochTek, LLC", + "vendorurl": "http://www.boochtek.com", + "type": "web", + "uiRevision": "2", + "main": "index.html", + "noDeprecatedStyles": true, + "icon": "icons/medium.jpg", + "miniicon": "icons/small.jpg", + "keywords": ["feed reader", "RSS", "feeds", "reader", "Twitter", "Google Reader"], + "noWindow": false, + "plug-ins": false, + "tapToShareSupported": false, + "theme": "light", + "dockMode": true +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..ad66bbc --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ + + + + BoochReader + + + + + +

This app does nothing!

+

But it does run on WebOS!

+ +