From 0f6ee6d5b2aa9f08991eddc98a735f3a95bc6201 Mon Sep 17 00:00:00 2001 From: Zihad Date: Fri, 11 Apr 2025 03:51:49 +0600 Subject: [PATCH] Update manifest.json --- manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 83c8e6e..4726d34 100644 --- a/manifest.json +++ b/manifest.json @@ -6,5 +6,9 @@ "description": "Easy Keep View mimics the Google Keep interface, allowing you to view and manage your notes with image thumbnails and excerpts.", "author": "@tazihad", "authorUrl": "https://github.com/tazihad", - "isDesktopOnly": false + "isDesktopOnly": false, + "main": "main.js", + "scripts": [ + "styles.css" + ] }