From aa025387610f8ddb06d24e2b9c2785200ac7e71e Mon Sep 17 00:00:00 2001 From: JSTAR <78903532+DevJSTAR@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:45:11 +0500 Subject: [PATCH] Delete manifest.json --- manifest.json | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 manifest.json diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 23c719f..0000000 --- a/manifest.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "manifest_version": 3, - "name": "JSTAR Tab", - "version": "2.0.0", - "description": "JSTAR Tab is a sleek, customizable new tab extension with personalized greetings, shortcuts, anonymous mode, search engine settings, themes, data management, and more, for an enhanced browsing experience.", - "chrome_url_overrides": { - "newtab": "index.html" - }, - "permissions": [ - "storage", - "favicon" - ], - "icons": { - "16": "images/icon16.png", - "48": "images/icon48.png", - "128": "images/icon128.png" - }, - "action": { - "default_title": "New JSTAR Tab", - "default_icon": { - "16": "images/icon16.png", - "48": "images/icon48.png", - "128": "images/icon128.png" - } - }, - "author": "JSTAR", - "homepage_url": "https://github.com/DevJSTAR/JSTAR-Tab", - "update_url": "https://github.com/DevJSTAR/JSTAR-Tab/releases/latest", - "web_accessible_resources": [{ - "resources": [ - "fonts/*", - "images/*" - ], - "matches": [""] - }] -} \ No newline at end of file