Skip to content

Commit

Permalink
Fix Google Meet by defaulting its URLs to load in desktop mode.
Browse files Browse the repository at this point in the history
Second try; hopefully fixes #455.
  • Loading branch information
jaredhirsch committed Aug 16, 2024
1 parent b7cd59a commit 1bda05c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion addon/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ const DEFAULT_DESKTOP_SITES = [
"www.metacafe.com",
"myspace.com",
"imgur.com",
"meet.google.com",
"meet.app.goo.gl",
];

const DEFAULT_DESKTOP_VERSION = 1;
const DEFAULT_DESKTOP_VERSION = 2;

const MAX_RECENT_TABS = 5;
let sidebarUrl;
Expand Down

0 comments on commit 1bda05c

Please sign in to comment.