From 786cb598e9ea03cbfa60bcdb074d831dac6efa24 Mon Sep 17 00:00:00 2001 From: Ariel Date: Sat, 5 Oct 2024 23:23:16 -0400 Subject: creation of manifest json file for use w/ chrome API --- bookmarks-home/manifest.json | 12 ++++++++++++ bookmarks-home/src/main.tsx | 2 ++ 2 files changed, 14 insertions(+) create mode 100644 bookmarks-home/manifest.json diff --git a/bookmarks-home/manifest.json b/bookmarks-home/manifest.json new file mode 100644 index 0000000..084772f --- /dev/null +++ b/bookmarks-home/manifest.json @@ -0,0 +1,12 @@ +{ + "manifest_version": 3, + "name": "Test Manifest", + "version": "0.0.1", + "description": "Test Manifest", + "icons": { + "48": "images/icon-48.png", + "128": "images/icon-128.png" + } + + } + diff --git a/bookmarks-home/src/main.tsx b/bookmarks-home/src/main.tsx index 6f4ac9b..5c6c3b3 100644 --- a/bookmarks-home/src/main.tsx +++ b/bookmarks-home/src/main.tsx @@ -8,3 +8,5 @@ createRoot(document.getElementById('root')!).render( , ) + + -- cgit v1.2.3