Purexo / FreshRSS-Notify

Un addon pour firefox, notifiant les articles non lu sur votre instance de FreshRSS
https://addons.mozilla.org/fr/firefox/addon/freshrss-notify/
7 stars 1 forks source link

Supporting both Firefox and Chrome builds #10

Closed Purexo closed 4 years ago

Purexo commented 5 years ago

http://jsonpatch.com/

Purexo commented 5 years ago

Need this for simplify developpement flow and build flow.

Avoid to manual edit manifest.json before run specifics plateform

Purexo commented 5 years ago

NB: If need to deploy firefox, add in manifest :

(prod, firefox store publish)

"browser_specific_settings": {
  "gecko": {
    "id": "freshrss-notify@purexo.mom"
  }
}

(dev, self publish in github)

"browser_specific_settings": {
  "gecko": {
    "id": "freshrss-notify-dev@purexo.mom"
  }
}

Or storage will not be saved for next session in published version So each time firefox is started, user should configure addon (extremly annoying)

Purexo commented 5 years ago

https://github.com/Purexo/FreshRSS-Notify/tree/build-manifest

Purexo commented 4 years ago

merged into master