Skip to content

Commit bd26223

Browse files
committed
set the description and name for the chrome extension
1 parent d784a9a commit bd26223

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

manifest.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ import pkg from "./package.json";
44

55
export default defineManifest({
66
manifest_version: 3,
7-
name: pkg.name,
7+
name: "IndexedDB Browser",
88
version: pkg.version,
9+
description:
10+
"Chrome extension that adds a DevTools panel to add, edit, delete and view IndexedDB data in a table.",
911
// v129 latest anchor positioning changes shipped
1012
// v135 base-select/command/commandfor
1113
minimum_chrome_version: "135",

0 commit comments

Comments
 (0)