Skip to content

Commit f2f5711

Browse files
committed
Start off with permissions on github.com only.
1 parent 3627fc6 commit f2f5711

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

wxt.config.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@ import { defineConfig } from 'wxt'
66
export default defineConfig({
77
manifest: {
88
description:
9-
'Syntax highlighting and autosave for comments on GitHub (and other other markdown-friendly websites).',
10-
host_permissions: ['https://*/*', 'http://*/*'],
9+
'Syntax highlighting and autosave for comments on GitHub (and other markdown-friendly websites).',
10+
host_permissions: ['https://github.com/*'],
1111
icons: {
1212
16: '/icons/icon-16.png',
1313
48: '/icons/icon-48.png',
1414
128: '/icons/icon-128.png',
1515
},
1616
name: 'Gitcasso',
17+
optional_host_permissions: ['https://*/*', 'http://*/*'],
1718
permissions: ['activeTab', 'tabs'],
18-
version: '1.0.0',
19+
version: '0.1.0',
1920
},
2021
modules: ['@wxt-dev/webextension-polyfill'],
2122
srcDir: 'src',

0 commit comments

Comments
 (0)