Skip to content

Commit d6b5397

Browse files
committedJul 21, 2024
package.json and manifest.json
1 parent 28bb9d6 commit d6b5397

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed
 

‎manifest.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"id": "starterkit-plugin",
3-
"name": "StarterKit Plugin",
2+
"id": "notebook",
3+
"name": "Notebook",
44
"version": "0.1.0",
5-
"description": "This is a starterkit plugin",
5+
"description": "Note taking plugin.",
66
"author": {
7-
"name": "Caido Labs Inc.",
8-
"email": "dev@caido.io",
9-
"url": "https://github.com/caido/starterkit-plugin"
7+
"name": "Ninjeeter",
8+
"email": "ninjeeter@proton.me",
9+
"url": "https://github.com/ninjeeter/notebook"
1010
},
1111
"plugins": [
1212
{
1313
"kind": "frontend",
14-
"id": "caido-extra-commands",
15-
"name": "Extra Commands",
14+
"id": "notebook",
15+
"name": "Notebook",
1616
"entrypoint": "frontend/script.js",
1717
"style": "frontend/style.css"
1818
}

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "starterkit-plugin",
2+
"name": "notebook",
33
"version": "0.1.0",
4-
"description": "StarterKit plugin for Caido",
5-
"author": "Caido Labs Inc. <dev@caido.io>",
4+
"description": "Note taking plugin.",
5+
"author": "Ninjeeter",
66
"license": "CC0-1.0",
77
"type": "module",
88
"scripts": {

0 commit comments

Comments
 (0)