Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I have modified some text #2

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 24 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script class='remove'>
var respecConfig = {
specStatus: "ED",
shortName: "runtime",
shortName: "manifest",
//publishDate: "2012-12-12",
//previousPublishDate: "",
edDraftURI: "http://manifest.sysapps.org",
Expand Down Expand Up @@ -42,7 +42,15 @@
<body>
<section id='abstract'>
<p>
TBW..
This specification defines an manifest format, a JSON-based manifest format
indicates that an application can be "installed" on an end-user's device.
What distinguishes a traditional Web application from a hosted web application is
an application manifest: this is a JSON resource that contains application
specific metadata (e.g., the name of the application), and optionally various
security related permission requests to resources on the Web and/or services and
capabilities on the device. This specification also specifies aspects
related to the application's lifecycle that are outside the control of the developer.
It is primarily intended to be a way to use manifest in Application Lifecycle Management.
</p>
</section>
<section>
Expand Down Expand Up @@ -818,6 +826,20 @@ <h3>
permissions that the application requires to function.
</p>
</section>
<section>
<h3>
<code title="">splash</code> member
</h3>
<p>
The <dfn id="propdef-splash"></dfn>splash</dfn> member is an object
that represents the image to display on the screen while the application loads.
Paths beginning with "/" are treated as relative to the origin of the app.
</p>
<p class="issue">
ISSUE: This property also need to support the localization feature and
various screen sizes.
</p>
</section>
<!-- Commented because it should go to the Web Intents/Web Activities spec.
<li><dfn id="propdef-activities">activities</dfn>: This value specifies
a set of
Expand Down