We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d623d commit 71cadd4Copy full SHA for 71cadd4
src/contents/gitpod-dashboard.ts
@@ -14,7 +14,7 @@ const isSiteGitpod = (): boolean => {
14
};
15
16
export const config: PlasmoCSConfig = {
17
- matches: ["https://gitpod.io/*", "https://*.gitpod.cloud/*", "https://*.gitpod.dev/*"],
+ matches: ["https://gitpod.io/*", "https://*.gitpod.cloud/*"],
18
19
20
const storage = new Storage();
0 commit comments