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 cdee7f2 commit 3c063f5Copy full SHA for 3c063f5
entrypoints/rewrite.content.ts
@@ -7,8 +7,10 @@ export default defineContentScript({
7
matches: [
8
'https://www.figma.com/file/*',
9
'https://www.figma.com/design/*',
10
+ 'https://www.figma.com/proto/*',
11
+ 'https://www.figma.com/slides/*',
12
'https://www.figma.com/deck/*',
- 'https://www.figma.com/proto/*'
13
+ 'https://www.figma.com/site/*'
14
],
15
runAt: 'document_start',
16
world: 'MAIN',
0 commit comments