aboutsummaryrefslogtreecommitdiff
path: root/files/ja/mozilla/add-ons/webextensions/manifest.json/manifest_version/index.html
blob: 95dfda414beb993bed5bbc98001d88ad700c5b37 (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
---
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>{{Compat("webextensions.manifest.manifest_version")}}</p>