Skip to content

Commit bc906a8

Browse files
Added list of goals for v1
1 parent e0654f7 commit bc906a8

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
This repository is the home of the **Manifest** specification being worked on by
22
the [Web Applications Working Group](http://www.w3.org/2008/webapps/).
33

4-
Useful links
5-
-
4+
## Useful links
65
* [The Manifest specification](http://w3c.github.io/manifest/)
76
* [Use cases and requirements](http://w3c-webmob.github.io/installable-webapps/)
87
* [The WebApps WG homepage](http://www.w3.org/2008/webapps/)
98
* [The WebApps WG mailing-list](http://lists.w3.org/Archives/Public/public-webapps/)
9+
10+
## Goals for v1
11+
12+
For the first version, we aim to standardize the following:
13+
14+
* A link relationship for manifests (so they can be used with `<link>`).
15+
* A standard file name for a manifest resource (i.e., manifest.json).
16+
* Launch URL.
17+
* Application's name.
18+
* Screen orientation hinting for when launching the app.
19+
* Fullscreen at launch.
20+
* Open in browser vs. open as "standalone".
21+
* For standalone, enabling back-button and other UI (e.g., `minimal-ui`).
22+

0 commit comments

Comments
 (0)