aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/archive/b2g_os/api/navigator/mozapps/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/archive/b2g_os/api/navigator/mozapps/index.html')
-rw-r--r--files/pt-br/archive/b2g_os/api/navigator/mozapps/index.html79
1 files changed, 79 insertions, 0 deletions
diff --git a/files/pt-br/archive/b2g_os/api/navigator/mozapps/index.html b/files/pt-br/archive/b2g_os/api/navigator/mozapps/index.html
new file mode 100644
index 0000000000..45db324cab
--- /dev/null
+++ b/files/pt-br/archive/b2g_os/api/navigator/mozapps/index.html
@@ -0,0 +1,79 @@
+---
+title: Navigator.mozApps
+slug: Archive/B2G_OS/API/Navigator/mozApps
+translation_of: Archive/B2G_OS/API/Navigator/mozApps
+---
+<p>{{ ApiRef("Firefox OS") }}</p>
+
+<p>{{ non-standard_header() }}</p>
+
+<h2 id="Summary" name="Summary">Summary</h2>
+
+<p>Returns an {{ domxref("Apps") }} object you can use to install, manage, and control <a href="/en-US/docs/Web/Apps">Open Web Apps</a> in the browser.</p>
+
+<h2 id="Syntax" name="Syntax">Syntax</h2>
+
+<pre class="eval">var <em>apps</em> = window.navigator.mozApps;
+</pre>
+
+<h2 id="Value" name="Value">Value</h2>
+
+<p><code>navigator.mozApps</code> is an {{ domxref("Apps") }} object you can use to install, manage, and control <a href="/en-US/docs/Web/Apps">Open Web Apps</a> in the browser.</p>
+
+<h2 id="Specification" name="Specification">Specification</h2>
+
+<p>Not part of any specification; implemented in Gecko on the basis of {{ Bug("697383") }}.</p>
+
+<h2 id="Browser_compatibility">Browser compatibility</h2>
+
+<p>{{ CompatibilityTable() }}</p>
+
+<div id="compat-desktop">
+<table class="compat-table">
+ <tbody>
+ <tr>
+ <th>Feature</th>
+ <th>Chrome</th>
+ <th>Firefox (Gecko)</th>
+ <th>Internet Explorer</th>
+ <th>Opera</th>
+ <th>Safari</th>
+ </tr>
+ <tr>
+ <td>Basic support</td>
+ <td>---</td>
+ <td>{{ CompatGeckoDesktop("11.0") }}</td>
+ <td>---</td>
+ <td>---</td>
+ <td>---</td>
+ </tr>
+ </tbody>
+</table>
+</div>
+
+<div id="compat-mobile">
+<table class="compat-table">
+ <tbody>
+ <tr>
+ <th>Feature</th>
+ <th>Android</th>
+ <th>Firefox Mobile (Gecko)</th>
+ <th>IE Mobile</th>
+ <th>Opera Mobile</th>
+ <th>Safari Mobile</th>
+ </tr>
+ <tr>
+ <td>Basic support</td>
+ <td>---</td>
+ <td>{{ CompatGeckoDesktop("11.0") }}</td>
+ <td>---</td>
+ <td>---</td>
+ <td>---</td>
+ </tr>
+ </tbody>
+</table>
+</div>
+
+<p> </p>
+
+<div id="link64_adl_tabid" style="display: none;">48</div>