blob: f220ce01c933de58da648d2916023b39b0018e67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
---
title: manifest_version
slug: Mozilla/Add-ons/WebExtensions/manifest.json/manifest_version
translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/manifest_version
---
<p>{{AddonSidebar}}</p>
<table class="fullwidth-table standard-table">
<tbody>
<tr>
<th scope="row" style="width: 30%;">Typ</th>
<td><code>Number (numer)</code></td>
</tr>
<tr>
<th scope="row">Obowiązkowy</th>
<td>Tak</td>
</tr>
<tr>
<th scope="row">Przykład</th>
<td>
<pre class="brush: json no-line-numbers">
"manifest_version": 2</pre>
</td>
</tr>
</tbody>
</table>
<p>Ten klucz określa wersję pliku manifest.json użytego w rozszerzeniu.</p>
<p>Obecnie zawsze musi to być 2.</p>
<h2 id="Przykład">Przykład</h2>
<pre class="brush: json no-line-numbers">"manifest_version": 2
</pre>
<h2 id="Zgodność_z_przeglądarkami">Zgodność z przeglądarkami</h2>
<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
<p>{{Compat("webextensions.manifest.manifest_version")}}</p>
|