Skip to content

Commit 93266f0

Browse files
committed
v0.0.1
1 parent 0c9ad62 commit 93266f0

File tree

6 files changed

+23
-17
lines changed

6 files changed

+23
-17
lines changed

.gitignore

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

manifest.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"version": "0.0.1",
55
"description": "Integration with the PwnFox browser extension",
66
"author": {
7-
"name": "SyzikSecu",
8-
"email": "dev@caido.io",
9-
"url": "https://x.com/SyzikSecu"
7+
"name": "SyzikSecu"
108
},
119
"plugins": [
1210
{

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "no-frontend",
2+
"name": "pwnfox",
33
"version": "0.0.1",
4-
"description": "Plugin package template with no frontend",
4+
"description": "Integration with the PwnFox browser extension",
55
"author": "Caido Labs Inc. <dev@caido.io>",
6-
"license": "CC0-1.0",
6+
"license": "MIT",
77
"type": "module",
88
"scripts": {
99
"typecheck": "pnpm -r typecheck",
1010
"build": "node scripts/clean.js && pnpm -r build && node scripts/pack.js"
1111
},
1212
"devDependencies": {
13-
"@caido/plugin-manifest": "0.1.3",
13+
"@caido/plugin-manifest": "0.2.0",
1414
"jszip": "3.10.1",
1515
"typescript": "5.5.4",
1616
"vite": "5.2.7"

packages/workflow/definition.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2-
"description": "pwnfox",
2+
"id": "ccb99345-5d22-49f9-9e33-ed2bd4eea82b",
3+
"kind": "passive",
4+
"name": "Pwnfox",
5+
"description": "Integration with the PwnFox browser extension",
36
"edition": 2,
47
"graph": {
58
"edges": [
@@ -900,8 +903,5 @@
900903
"version": "0.1.0"
901904
}
902905
]
903-
},
904-
"id": "ccb99345-5d22-49f9-9e33-ed2bd4eea82b",
905-
"kind": "passive",
906-
"name": "pwnfox"
906+
}
907907
}

packages/workflow/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "workflow",
3+
"version": "0.0.0",
4+
"scripts": {
5+
"build": "mkdir -p ../../dist/workflow/ && cp ./definition.json ../../dist/workflow/definition.json"
6+
}
7+
}

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)