blob: 0690f56e8d228fe8f646c672da29e7634f6ee2db (
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
42
43
44
45
|
---
title: manifest_version
slug: Mozilla/Add-ons/WebExtensions/manifest.json/manifest_version
tags:
- Add-ons
- Extensions
- WebExtensions
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%;">型</th>
<td><code>Number</code></td>
</tr>
<tr>
<th scope="row">必須</th>
<td>はい</td>
</tr>
<tr>
<th scope="row">例</th>
<td>
<pre class="brush: json">
"manifest_version": 2</pre>
</td>
</tr>
</tbody>
</table>
<p>このキーは、拡張機能で使用される manifest.json のバージョンを指定します。</p>
<p>現在、この値は常に 2 です。</p>
<h2 id="例">例</h2>
<pre class="brush: json no-line-numbers">"manifest_version": 2
</pre>
<h2 id="ブラウザ実装状況">ブラウザ実装状況</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>
|