Skip to content

Commit

Permalink
reset default project configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bozzhik committed Nov 24, 2024
1 parent 728d764 commit 4d0ca0f
Show file tree
Hide file tree
Showing 30 changed files with 15 additions and 556 deletions.
26 changes: 0 additions & 26 deletions .npmignore

This file was deleted.

5 changes: 3 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"singleQuote": true,
"trailingComma": "all",
"endOfLine": "lf",
"printWidth": 100,
"printWidth": 500,
"semi": false,
"tabWidth": 2,
"useTabs": false
"useTabs": false,
"bracketSpacing": false
}
14 changes: 0 additions & 14 deletions devtools.html

This file was deleted.

14 changes: 0 additions & 14 deletions newtab.html

This file was deleted.

13 changes: 0 additions & 13 deletions options.html

This file was deleted.

3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions sidepanel.html

This file was deleted.

31 changes: 0 additions & 31 deletions src/devtools/DevTools.css

This file was deleted.

16 changes: 0 additions & 16 deletions src/devtools/DevTools.tsx

This file was deleted.

28 changes: 0 additions & 28 deletions src/devtools/index.css

This file was deleted.

14 changes: 0 additions & 14 deletions src/devtools/index.tsx

This file was deleted.

12 changes: 2 additions & 10 deletions src/manifest.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineManifest } from '@crxjs/vite-plugin'
import {defineManifest} from '@crxjs/vite-plugin'
import packageData from '../package.json'

//@ts-ignore
Expand All @@ -19,8 +19,6 @@ export default defineManifest({
default_popup: 'popup.html',
default_icon: 'img/logo-48.png',
},
options_page: 'options.html',
devtools_page: 'devtools.html',
background: {
service_worker: 'src/background/index.ts',
type: 'module',
Expand All @@ -31,17 +29,11 @@ export default defineManifest({
js: ['src/contentScript/index.ts'],
},
],
side_panel: {
default_path: 'sidepanel.html',
},
web_accessible_resources: [
{
resources: ['img/logo-16.png', 'img/logo-34.png', 'img/logo-48.png', 'img/logo-128.png'],
matches: [],
},
],
permissions: ['sidePanel', 'storage'],
chrome_url_overrides: {
newtab: 'newtab.html',
},
permissions: ['storage'],
})
34 changes: 0 additions & 34 deletions src/newtab/NewTab.css

This file was deleted.

37 changes: 0 additions & 37 deletions src/newtab/NewTab.tsx

This file was deleted.

28 changes: 0 additions & 28 deletions src/newtab/index.css

This file was deleted.

10 changes: 0 additions & 10 deletions src/newtab/index.tsx

This file was deleted.

31 changes: 0 additions & 31 deletions src/options/Options.css

This file was deleted.

Loading

0 comments on commit 4d0ca0f

Please sign in to comment.