Skip to content

Commit

Permalink
chore(connect): allow opera browser
Browse files Browse the repository at this point in the history
  • Loading branch information
martykan committed Aug 13, 2024
1 parent 04b666d commit 9fa51e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/connect/src/data/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@ export const config = {
download: 'https://www.microsoft.com/en-us/edge',
update: 'https://www.microsoft.com/en-us/edge',
},
opera: {
// Chromium based
version: 95,
download: 'https://www.opera.com/download',
update: 'https://www.opera.com/download',
},
},
supportedFirmware: [
{
Expand Down

0 comments on commit 9fa51e8

Please sign in to comment.