Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 1084261 of homepage_url

  • Revision slug: Mozilla/Add-ons/WebExtensions/manifest.json/homepage_url
  • Revision title: homepage_url
  • Revision id: 1084261
  • Created:
  • Creator: wbamberg
  • Is current revision? No
  • Comment

Revision Content

{{AddonSidebar}}

Type String
Mandatory No
Example
"homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/beastify"

URL for the add-ons home page.

This is a localizable property.

{{WebExtCompat()}}

Example

"homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/beastify"

Revision Source

<p>{{AddonSidebar}}</p>

<table class="fullwidth-table standard-table">
 <tbody>
  <tr>
   <th scope="row" style="width: 30%;">Type</th>
   <td><code>String</code></td>
  </tr>
  <tr>
   <th scope="row">Mandatory</th>
   <td>No</td>
  </tr>
  <tr>
   <th scope="row">Example</th>
   <td>
    <pre class="brush: json">
"homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/beastify"</pre>
   </td>
  </tr>
 </tbody>
</table>

<p>URL for the add-ons home page.</p>

<p>This is a <a href="/en-US/Add-ons/WebExtensions/Internationalization#Internationalizing_manifest.json">localizable property</a>.</p>

<p>{{WebExtCompat()}}</p>

<h2 id="Example">Example</h2>

<pre class="brush: json">
"homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/beastify"</pre>
Revert to this revision