File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,17 @@ import { defineConfig } from 'wxt'
66export 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' ,
You can’t perform that action at this time.
0 commit comments