From eb388f0160b788c2e24b9db6328d6496d3e2e6ca Mon Sep 17 00:00:00 2001 From: Zihad Date: Mon, 5 May 2025 16:01:54 +0600 Subject: [PATCH] removed unused manifest entries --- manifest.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 4726d34..83c8e6e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,9 +6,5 @@ "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, - "main": "main.js", - "scripts": [ - "styles.css" - ] + "isDesktopOnly": false }