browser/melon.json
trickypr b0a3726831
🔀 Merge pull request #2 from focus-browser/branding_polish
* 🐛 Fix branding naming

* 🐛 Fix branding errors

* ⬆️ Upgrade melon

* 💚 Install linker dependancies linux
2021-12-23 13:13:04 +11:00

32 lines
770 B
JSON

{
"name": "Focus",
"vendor": "Fushra",
"appId": "com.fushra.focus.desktop",
"version": {
"product": "firefox",
"version": "95.0.2",
"displayVersion": "1.0.0"
},
"buildOptions": {
"generateBranding": true
},
"addons": {
"ublock": {
"id": "uBlock0@raymondhill.net",
"url": "https://github.com/gorhill/uBlock/releases/download/1.39.2/uBlock0_1.39.2.firefox.xpi"
},
"newtab": {
"id": "newtab@browser.fushra.com",
"url": "https://github.com/focus-browser/newtab/releases/download/v1.0.0-a.4/newtab.zip"
}
},
"brands": {
"stable": {
"backgroundColor": "#2B2A33",
"brandShorterName": "Focus",
"brandShortName": "Focus Browser",
"brandFullName": "Focus Browser"
}
}
}