aboutsummaryrefslogtreecommitdiff
path: root/files/fr/mozilla/add-ons/webextensions/manifest.json/manifest_version/index.md
blob: 5c4c52352a4e295d83c639cd1e7e449713c3b24f (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
tags:
  - Add-ons
  - Extensions
  - WebExtensions
translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/manifest_version
---
{{AddonSidebar}}

<table class="standard-table">
  <tbody>
    <tr>
      <th scope="row" style="width: 30%">Type</th>
      <td><code>Numérique</code></td>
    </tr>
    <tr>
      <th scope="row">Obligatoire</th>
      <td>Oui</td>
    </tr>
    <tr>
      <th scope="row">Exemple</th>
      <td><pre class="brush: json">"manifest_version": 2</pre></td>
    </tr>
  </tbody>
</table>

Cette clé spécifie la version de manifest.json utilisée par cette extension.

Actuellement, cela doit toujours être 2.

## Exemple

```json
"manifest_version": 2
```

## Comptabilité des navigateurs

{{Compat("webextensions.manifest.manifest_version")}}