Skip to content

Commit

Permalink
Merge pull request #138 from NIAEFEUP/fix/firefox-self-host
Browse files Browse the repository at this point in the history
Add update_url to manifest for self-hosted firefox add-on
  • Loading branch information
ttoino committed Sep 20, 2023
2 parents 5f94b03 + 4ef51fc commit 26f012a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ let manifest = {
name: "NitSig: Sigarra, but Neater",
short_name: "NitSig",
description: "A Neater Sigarra by improving its UI/UX experience and adding new features",
version: "1.0.0",
version: "1.0.1",
manifest_version: 3,
icons: {
16: "images/logo/logo-16.png",
Expand Down Expand Up @@ -79,6 +79,7 @@ export const MANIFEST_FIREFOX = {
browser_specific_settings: {
gecko: {
id: "[email protected]",
update_url: "https://ni.fe.up.pt/nitsig/firefox/updates.json",
},
},
background: {
Expand Down

0 comments on commit 26f012a

Please sign in to comment.