Skip to content

Commit

Permalink
manifest.json: add gecko id
Browse files Browse the repository at this point in the history
This is a requirement for Firefox add-ons using manifest v3.  The ID can
take the form of an email-like identifier or a UUID.  A quick survey of
my installed add-ons shows that most developers seem to use the UUID, so
I just generated one locally.
  • Loading branch information
willnorris committed Jan 16, 2024
1 parent d187ff9 commit 7bbfc3b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion browser-extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
],
"run_at": "document_idle"
}
]
],
"browser_specific_settings": {
"gecko": {
"id": "{48fc7cf2-9903-4618-9bb9-27ffcaa64814}"
}
}
}

0 comments on commit 7bbfc3b

Please sign in to comment.