From 9d63af5dbb3a1dd5a2a6e716d4a69691c7a188fe Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Thu, 2 Jan 2014 11:49:57 +1000 Subject: [PATCH] Added list of goals for v1 --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08e56bf94..37e1ded3f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,22 @@ This repository is the home of the **Manifest** specification being worked on by the [Web Applications Working Group](http://www.w3.org/2008/webapps/). -Useful links -- +## Useful links * [The Manifest specification](http://w3c.github.io/manifest/) * [Use cases and requirements](http://w3c-webmob.github.io/installable-webapps/) * [The WebApps WG homepage](http://www.w3.org/2008/webapps/) * [The WebApps WG mailing-list](http://lists.w3.org/Archives/Public/public-webapps/) + +## Goals for v1 + +For the first version, we aim to standardize the following: + +* A link relationship for manifests (so they can be used with ``). +* A standard file name for a manifest resource (i.e., manifest.json). +* Launch URL. +* Application's name. +* Screen orientation hinting for when launching the app. +* Fullscreen at launch. +* Open in browser vs. open as "standalone". +* For standalone, enabling back-button and other UI (e.g., `minimal-ui`). +