Movatterモバイル変換


[0]ホーム

URL:


  1. Mozilla
  2. Add-ons
  3. Browser extensions
  4. manifest.json
  5. developer

developer

TypeObject
MandatoryNo
Manifest version2 or higher
Example
json
"developer": {  "name": "Walt Whitman",  "url": "https://en.wikipedia.org/wiki/Walt_Whitman"}

The name of the extension's developer and their homepage URL, intended for display in the browser's user interface.

The object, and both of its properties, are optional. The "name" and "url" properties, if present, will override theauthor andhomepage_url keys, respectively. This object only allows for a single developer name and URL to be specified.

This is alocalizable property.

Example

json
"developer": {  "name": "Walt Whitman",  "url": "https://en.wikipedia.org/wiki/Walt_Whitman"}

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp