From 8da13a5ec8aca3157661c7789770bd9b48f1a495 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Fri, 9 Nov 2012 17:48:24 +0000 Subject: [PATCH] Add special webapp variant --- sm.webapp | 2 +- webapp.html | 146 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 147 insertions(+), 1 deletion(-) create mode 100644 webapp.html diff --git a/sm.webapp b/sm.webapp index 3c8b6f2..4fed33f 100644 --- a/sm.webapp +++ b/sm.webapp @@ -1,7 +1,7 @@ { "name": "Screen-Message", "description": "Shows a message, as large as possible and nothing else", - "launch_path": "/", + "launch_path": "/webapp.html", "icons": { "48": "/sm.png", "128": "/sm-128.png" diff --git a/webapp.html b/webapp.html new file mode 100644 index 0000000..60615e2 --- /dev/null +++ b/webapp.html @@ -0,0 +1,146 @@ + + + + + + + +
+ + +
+screen message
on the web
+
+Hide Keyboard + +Clear Text +
+
+ + -- 2.20.1