no need to recreate the manifest.webapp file after each `cordova prepare`
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/commit/3516df48 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/3516df48 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/3516df48 Branch: refs/heads/dev Commit: 3516df485cd5db868b18270413eb22a10b8540f7 Parents: 7f11f01 Author: Piotr Zalewa <[email protected]> Authored: Fri Jan 10 19:04:11 2014 +0100 Committer: Archana Naik <[email protected]> Committed: Thu Mar 20 16:28:55 2014 -0700 ---------------------------------------------------------------------- doc/index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/3516df48/doc/index.md ---------------------------------------------------------------------- diff --git a/doc/index.md b/doc/index.md index 9375f72..1cb3e09 100644 --- a/doc/index.md +++ b/doc/index.md @@ -27,10 +27,9 @@ This plugin provides access to some native dialog UI elements. ### Firefox OS Quirks -Edit generated __platforms/firefoxos/www/manifest.webapp__ and add permissions field as -described in [Manifest Docs](https://developer.mozilla.org/en-US/Apps/Developing/Manifest#permissions). -__WARNING__: There is currently a need to repeat this step every time the code -is prepared +Create __www/manifest.webapp__ as described in +[Manifest Docs](https://developer.mozilla.org/en-US/Apps/Developing/Manifest). +Add permisions: "permissions": { "desktop-notification": {
