techservicesillinois / ticket-assister

Ticket Assister: Helping you work TeamDynamix tickets more efficiently
Other
0 stars 0 forks source link

Self-host and publish Firefox extension #5

Open ekcom opened 10 months ago

ekcom commented 10 months ago

Firefox store rejected submission due to narrow scope and suggested self-hosting. See Mozilla self-distribution to get started self-hosting.

Hosting on an Illinois cPanel site would work.

Additionally, a Firefox build pipeline needs to be created for building and publishing.

The manifest.json (v3) is slightly different for Firefox (e.g., background scripts vs service worker). All other API usage should be cross-browser as webextension-polyfill has been used.

edthedev commented 8 months ago

GitHub Pages could be a good solution for hosting the Firefox extension.