Skip to content

Commit

Permalink
fix[Vanilla-OS#305]: all browsers are installed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
muhdsalm committed Jul 11, 2024
1 parent b2ca477 commit a78ddeb
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,32 +278,38 @@
{
"name": "Google Chrome",
"icon": "com.google.Chrome",
"flatpak": true
"flatpak": true,
"active": false
},
{
"name": "Chromium",
"icon": "org.chromium.Chromium",
"flatpak": true
"flatpak": true,
"active": false
},
{
"name": "Brave Browser",
"icon": "com.brave.Browser",
"flatpak": true
"flatpak": true,
"active": false
},
{
"name": "Microsoft Edge",
"icon": "com.microsoft.Edge",
"flatpak": true
"flatpak": true,
"active": false
},
{
"name": "Vivaldi",
"icon": "com.vivaldi.Vivaldi",
"flatpak": true
"flatpak": true,
"active": false
},
{
"name": "Web",
"icon": "org.gnome.Epiphany",
"flatpak": true
"flatpak": true,
"active": false
}
]
}
Expand Down Expand Up @@ -578,4 +584,4 @@
]
}
}
}
}

0 comments on commit a78ddeb

Please sign in to comment.