browser/melon.json

36 lines
950 B
JSON
Raw Normal View History

2021-11-12 09:59:52 +03:00
{
"name": "Lepton",
2021-11-12 09:59:52 +03:00
"vendor": "Fushra",
"appId": "com.fushra.browser.desktop",
2021-11-12 09:59:52 +03:00
"version": {
"product": "firefox",
2021-12-20 04:22:29 +03:00
"version": "95.0.2",
2021-11-12 09:59:52 +03:00
"displayVersion": "1.0.0"
2021-11-17 11:56:58 +03:00
},
"buildOptions": {
2021-12-03 08:00:14 +03:00
"generateBranding": true
},
"addons": {
"ublock": {
"id": "uBlock0@raymondhill.net",
2021-12-17 04:00:31 +03:00
"url": "https://github.com/gorhill/uBlock/releases/download/1.39.2/uBlock0_1.39.2.firefox.xpi"
2021-11-28 08:48:08 +03:00
},
"newtab": {
"id": "newtab@browser.fushra.com",
"url": "https://github.com/lepton-browser/newtab/releases/download/v1.0.0-a.4/newtab.zip"
},
"firepicker": {
"id": "fire-picker@browser.fushra.com",
"url": "https://github.com/lepton-browser/fire-picker/releases/download/v1.1.0/release.zip"
}
2021-12-03 08:00:14 +03:00
},
"brands": {
"stable": {
"backgroundColor": "#2B2A33",
"brandShorterName": "Lepton",
"brandShortName": "Lepton Browser",
"brandFullName": "Lepton Browser"
2021-12-03 08:00:14 +03:00
}
2021-11-12 09:59:52 +03:00
}
2021-11-17 11:56:58 +03:00
}