Skip to content

Commit 41bb5cb

Browse files
authored
setup template
1 parent 091334c commit 41bb5cb

File tree

7 files changed

+3479
-0
lines changed

7 files changed

+3479
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/node_modules

assets/icon512.png

77.9 KB
Loading

package.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "hateout",
3+
"displayName": "Hateout",
4+
"version": "0.0.0",
5+
"description": "A basic Plasmo extension.",
6+
"author": "codespace",
7+
"scripts": {
8+
"dev": "plasmo dev",
9+
"build": "plasmo build"
10+
},
11+
"dependencies": {
12+
"react": "18.1.0",
13+
"react-dom": "18.1.0"
14+
},
15+
"devDependencies": {
16+
"plasmo": "latest",
17+
"@trivago/prettier-plugin-sort-imports": "3.2.0",
18+
"@types/chrome": "0.0.188",
19+
"@types/node": "17.0.40",
20+
"@types/react": "18.0.12",
21+
"@types/react-dom": "18.0.5",
22+
"prettier": "2.6.2",
23+
"typescript": "4.7.3"
24+
},
25+
"manifest": {
26+
"host_permissions": [
27+
"https://*/*"
28+
],
29+
"permissions": [
30+
"tabs"
31+
]
32+
}
33+
}

0 commit comments

Comments
 (0)