Update manifest.json

This commit is contained in:
Zihad 2025-04-11 03:51:49 +06:00 committed by GitHub
parent b4ffedaa27
commit 0f6ee6d5b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
]
}