From d22dcb0a20a29f21b1d67bc1eeebd5e52afe0e46 Mon Sep 17 00:00:00 2001 From: markgif Date: Wed, 10 Jul 2013 20:56:06 -0700 Subject: [PATCH] Add content about the type field to fix bug 890727. --- .../templates/ecosystem/publish_packaged.html | 40 ++++++++++++++----- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/mkt/ecosystem/templates/ecosystem/publish_packaged.html b/mkt/ecosystem/templates/ecosystem/publish_packaged.html index 5372256cf6..41cccbdf72 100644 --- a/mkt/ecosystem/templates/ecosystem/publish_packaged.html +++ b/mkt/ecosystem/templates/ecosystem/publish_packaged.html @@ -24,8 +24,16 @@

{%- trans %} - Note: Currently (January 2013) the Firefox - Marketplace supports packaged apps only for Firefox OS apps. + One difference from a hosted app is that a packaged app must + specify a launch_path in the manifest, whereas it's an optional + manifest field for a hosted app. + {% endtrans -%} +

+

+ {%- trans %} + Note: Currently (July 2013) the Firefox + Marketplace supports packaged apps only when they are Firefox + OS apps. {% endtrans -%}

{{ _('Purpose of packaged apps') }}

@@ -48,12 +56,15 @@
{{ _('Privileged app') }}
{%- trans %} - A privileged app has been approved by the Firefox OS - Marketplace using a special process. It is meant to provide + A privileged app is approved by the Firefox Marketplace + using a special process. It is meant to provide more safety for users when an app wants access to certain sensitive APIs on a device. It is equivalent to a native - app on a platform like iOS or Android. A privileged app - has the following characteristics: + app on a platform like iOS or Android. To specify that an app + is a privileged app, add the type field to its + manifest.webapp file and set it to + privileged. A privileged app has the following + characteristics: {% endtrans -%}