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 @@ + + +