diff --git a/projects/chrome/custom-webpack.config.ts b/projects/chrome/custom-webpack.config.ts index 39da619..d5586e0 100644 --- a/projects/chrome/custom-webpack.config.ts +++ b/projects/chrome/custom-webpack.config.ts @@ -18,5 +18,9 @@ module.exports = { import: 'src/prompt.ts', runtime: false, }, + options: { + import: 'src/options.ts', + runtime: false, + }, }, } as Configuration; diff --git a/projects/chrome/public/manifest.json b/projects/chrome/public/manifest.json index d78a1cd..bfdaa5b 100644 --- a/projects/chrome/public/manifest.json +++ b/projects/chrome/public/manifest.json @@ -2,8 +2,9 @@ "manifest_version": 3, "name": "Gooti", "description": "Nostr Identity Manager & Signer", - "version": "0.0.1", + "version": "0.0.2", "homepage_url": "https://getgooti.com", + "options_page": "options.html", "permissions": [ "windows", "storage" diff --git a/projects/chrome/public/options.html b/projects/chrome/public/options.html new file mode 100644 index 0000000..587c212 --- /dev/null +++ b/projects/chrome/public/options.html @@ -0,0 +1,173 @@ + + + +
+