Skip to content

Commit

Permalink
feat:[#299] Add browsers section
Browse files Browse the repository at this point in the history
Move Web from Core Applications to Browsers
  • Loading branch information
muhdsalm authored and mirkobrombin committed Jun 25, 2024
1 parent ea85e2c commit adea046
Show file tree
Hide file tree
Showing 7 changed files with 79 additions and 6 deletions.
80 changes: 74 additions & 6 deletions recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,6 @@
"name": "Weather",
"icon": "org.gnome.Weather",
"flatpak": true
},
{
"name": "Web",
"icon": "org.gnome.Epiphany",
"flatpak": true
}
]
},
Expand Down Expand Up @@ -268,6 +263,44 @@
"flatpak": true
}
]
},
{
"id": "browsers",
"title": "Browsers",
"subtitle": "Applications that you can use to browse the internet. Traditionally, you only need one.",
"default": true,
"applications": [
{
"name": "Firefox",
"icon": "org.mozilla.firefox",
"flatpak": true
},
{
"name": "Google Chrome",
"icon": "com.google.Chrome",
"flatpak": true
},
{
"name": "Chromium",
"icon": "org.chromium.Chromium",
"flatpak": true
},
{
"name": "Brave Browser",
"icon": "com.brave.Browser",
"flatpak": true
},
{
"name": "Microsoft Edge",
"icon": "com.microsoft.Edge",
"flatpak": true
},
{
"name": "Web",
"icon": "org.gnome.Epiphany",
"flatpak": true
}
]
}
],
"final": [
Expand Down Expand Up @@ -501,8 +534,43 @@
"commands": [
"!nextBoot !noRoot flatpak install -y org.gnome.SoundRecorder"
]
},
{
"if": "Firefox",
"type": "command",
"commands": [
"!nextBoot !noRoot flatpak install -y org.mozilla.firefox"
]
},
{
"if": "Google Chrome",
"type": "command",
"commands": [
"!nextBoot !noRoot flatpak install -y com.google.Chrome"
]
},
{
"if": "Chromium",
"type": "command",
"commands": [
"!nextBoot !noRoot flatpak install -y org.chromium.Chromium"
]
},
{
"if": "Brave Browser",
"type": "command",
"commands": [
"!nextBoot !noRoot flatpak install -y com.brave.Browser"
]
},
{
"if": "Microsoft Edge",
"type": "command",
"commands": [
"!nextBoot !noRoot flatpak install -y com.microsoft.Edge"
]
}
]
}
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions vanilla_first_setup/vanilla-first-setup.gresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,10 @@
<file>assets/bundle-app-icons/net.lutris.Lutris.png</file>
<file>assets/bundle-app-icons/com.heroicgameslauncher.hgl.png</file>
<file>assets/bundle-app-icons/org.gnome.DejaDup.png</file>
<file>assets/bundle-app-icons/com.brave.Browser.png</file>
<file>assets/bundle-app-icons/com.google.Chrome.png</file>
<file>assets/bundle-app-icons/org.chromium.Chromium.png</file>
<file>assets/bundle-app-icons/org.mozilla.firefox.png</file>
<file>assets/bundle-app-icons/com.microsoft.Edge.png</file>
</gresource>
</gresources>

0 comments on commit adea046

Please sign in to comment.