Skip to content

Commit

Permalink
Update origins.js
Browse files Browse the repository at this point in the history
  • Loading branch information
with-shrey committed Mar 15, 2024
1 parent ce81c15 commit 46e0955
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/origins.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,9 @@ export default {
name: 'Fibery'
},
'figma.com': {
url: '*://*.figma.io/*',
name: 'Figma'
url: '*://*.figma.com/*',
name: 'Figma',
file: 'figma.js'
},
'focuster.com': {
url: '*://*.focuster.com/*',
Expand Down Expand Up @@ -713,4 +714,3 @@ export default {
name: 'Zube'
}
};

0 comments on commit 46e0955

Please sign in to comment.