Skip to content

Commit

Permalink
Browser specific settings for firefox submission
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed May 5, 2024
1 parent 9627178 commit 8342319
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/public/firefox-extension-updates.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"addons": {
"{e4b27483-2e73-4762-b2ec-8d988a143a40}": {
"updates": []
}
}
}
6 changes: 6 additions & 0 deletions extension/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ const manifestModifiedForFirefox = (manifest) => {
background: {
scripts: ['background.js'],
},
browser_specific_settings: {
gecko: {
id: '{e4b27483-2e73-4762-b2ec-8d988a143a40}',
update_url: 'https://killergerbah.github.io/asbplayer/firefox-extension-updates.json',
},
},
};
};

Expand Down

0 comments on commit 8342319

Please sign in to comment.