diff options
Diffstat (limited to 'chrome/common/extensions/docs/static/apps.html')
-rw-r--r-- | chrome/common/extensions/docs/static/apps.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/chrome/common/extensions/docs/static/apps.html b/chrome/common/extensions/docs/static/apps.html index 2cf3944..394dfae 100644 --- a/chrome/common/extensions/docs/static/apps.html +++ b/chrome/common/extensions/docs/static/apps.html @@ -53,12 +53,14 @@ instead of a hosted app if any of the following are true: </ul> <p> -The following articles can help you understand +To learn more about the differences between web apps and websites, -extensions and packaged apps, and packaged apps and hosted apps: +extensions and packaged apps, and packaged apps and hosted apps, +read these: </p> <ul> + <li> <a href="http://code.google.com/chrome/webstore/docs/choosing.html">Choosing an App Type</a> </li> <li> <a href="http://code.google.com/chrome/apps/articles/thinking_in_web_apps.html">Thinking in Web Apps</a> </li> <li> <a href="http://code.google.com/chrome/webstore/articles/apps_vs_extensions.html">Extensions, Packaged Apps, and Hosted Apps in the Chrome Web Store</a> </li> </ul> @@ -88,11 +90,7 @@ Here is a typical manifest for a packaged app: "icons": { "16": "icon_16.png", "128": "icon_128.png" - }, - "permissions": [ - "unlimitedStorage", - "notifications" - ] + } } </pre> |