Skip to content

Commit 3a001be

Browse files
author
zouhang
committed
chore: update content matches
1 parent 9e3bf58 commit 3a001be

File tree

2 files changed

+4530
-3535
lines changed

2 files changed

+4530
-3535
lines changed

entrypoints/content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { browser } from 'wxt/browser'
22

33
export default defineContentScript({
4-
matches: ['https://figma.com/file/*', 'https://www.figma.com/file/*'],
4+
matches: ['https://figma.com/file/*', 'https://www.figma.com/file/*', 'https://www.figma.com/design/*'],
55
runAt: 'document_end',
66
main(ctx) {
77
const ui = createIntegratedUi(ctx, {

0 commit comments

Comments
 (0)