aboutsummaryrefslogtreecommitdiff
path: root/files/fr/mozilla/add-ons/webextensions/manifest.json/manifest_version/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/manifest.json/manifest_version/index.md')
-rw-r--r--files/fr/mozilla/add-ons/webextensions/manifest.json/manifest_version/index.md48
1 files changed, 23 insertions, 25 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/manifest.json/manifest_version/index.md b/files/fr/mozilla/add-ons/webextensions/manifest.json/manifest_version/index.md
index 2ee8e5c568..5c4c52352a 100644
--- a/files/fr/mozilla/add-ons/webextensions/manifest.json/manifest_version/index.md
+++ b/files/fr/mozilla/add-ons/webextensions/manifest.json/manifest_version/index.md
@@ -7,37 +7,35 @@ tags:
- WebExtensions
translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/manifest_version
---
-<p>{{AddonSidebar}}</p>
+{{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>
+ <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>
-<p>Cette clé spécifie la version de manifest.json utilisée par cette extension.</p>
+Cette clé spécifie la version de manifest.json utilisée par cette extension.
-<p>Actuellement, cela doit toujours être 2.</p>
+Actuellement, cela doit toujours être 2.
-<h2 id="Exemple">Exemple</h2>
+## Exemple
-<pre class="brush: json">"manifest_version": 2
-</pre>
+```json
+"manifest_version": 2
+```
-<h2 id="Comptabilité_des_navigateurs">Comptabilité des navigateurs</h2>
+## Comptabilité des navigateurs
-<p>{{Compat("webextensions.manifest.manifest_version")}}</p>
+{{Compat("webextensions.manifest.manifest_version")}}