diff options
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/manifest.json/user_scripts')
-rw-r--r-- | files/fr/mozilla/add-ons/webextensions/manifest.json/user_scripts/index.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/manifest.json/user_scripts/index.html b/files/fr/mozilla/add-ons/webextensions/manifest.json/user_scripts/index.html index 49bb43316c..5c5285cecf 100644 --- a/files/fr/mozilla/add-ons/webextensions/manifest.json/user_scripts/index.html +++ b/files/fr/mozilla/add-ons/webextensions/manifest.json/user_scripts/index.html @@ -11,7 +11,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/user_scripts --- <p>{{AddonSidebar}}</p> -<table class="fullwidth-table standard-table"> +<table class="standard-table"> <tbody> <tr> <th scope="row" style="width: 30%;">Type</th> @@ -24,11 +24,10 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/user_scripts <tr> <th scope="row">Exemple</th> <td> - <pre class="brush: json; line-numbers language-json"> -<code class="language-json"> <span class="property token">"user_scripts"</span><span class="operator token">:</span> <span class="punctuation token">{</span> - <span class="property token">"api_script"</span><span class="operator token">:</span> <span class="string token">"apiscript.js"</span><span class="punctuation token">,</span> - <span class="punctuation token">}</span> -</code></pre> + <pre class="brush: json"> "user_scripts": { + "api_script": "apiscript.js", + } +</pre> </td> </tr> </tbody> |