From 8fea6be60a27498f09957b791072a74b0de5b945 Mon Sep 17 00:00:00 2001 From: Rodrigo Silveira Date: Wed, 28 May 2014 12:36:59 -0700 Subject: [PATCH] Adding permission info --- doc/index.md | 11 ----------- plugin.xml | 3 +++ 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/doc/index.md b/doc/index.md index 760831a..1db39db 100644 --- a/doc/index.md +++ b/doc/index.md @@ -30,17 +30,6 @@ and can't access Cordova APIs. cordova plugin add org.apache.cordova.inappbrowser -### Firefox OS - -Create __www/manifest.webapp__ as described in -[Manifest Docs](https://developer.mozilla.org/en-US/Apps/Developing/Manifest). -Add relevant permisions. - - "permissions": { - "browser": {} - } - - ## window.open Opens a URL in a new `InAppBrowser` instance, the current browser diff --git a/plugin.xml b/plugin.xml index fcb1837..37c658e 100644 --- a/plugin.xml +++ b/plugin.xml @@ -165,6 +165,9 @@ + + +