diff options
author | julieng <julien.gattelier@gmail.com> | 2021-11-15 21:45:15 +0100 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-15 22:10:33 +0100 |
commit | 3cf9bd8b9901006085d4e0f353b0d3b6b8f69d93 (patch) | |
tree | e82ac56afff3bc213cc2971cd8aada25a174eee9 /files/fr/mozilla/add-ons/webextensions/manifest.json/manifest_version/index.md | |
parent | f36cc6a7639a8f1adff02bc7a152bd7f54ceae6d (diff) | |
download | translated-content-3cf9bd8b9901006085d4e0f353b0d3b6b8f69d93.tar.gz translated-content-3cf9bd8b9901006085d4e0f353b0d3b6b8f69d93.tar.bz2 translated-content-3cf9bd8b9901006085d4e0f353b0d3b6b8f69d93.zip |
convert content to md
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.md | 48 |
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")}} |