Skip to content

Commit

Permalink
feat:[Vanilla-OS#299] Add browsers section
Browse files Browse the repository at this point in the history
  • Loading branch information
muhdsalm committed Jun 17, 2024
1 parent ed99cba commit 55fe214
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 1 deletion.
70 changes: 69 additions & 1 deletion recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,39 @@
"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
}
]
}
],
"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 55fe214

Please sign in to comment.