From eee6304e8030785e6362e9f3d193803ebe39ec8d Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Tue, 10 Mar 2026 17:59:46 -0700 Subject: [PATCH] Delete: Manifest now generated by vite config --- manifest.json | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 manifest.json diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 1c5c28c..0000000 --- a/manifest.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "manifest_version": 2, - "name": "in\u00d8sight", - "version": "2.1.0", - "author": "planetrenox@pm.me", - "homepage_url": "https://github.com/planetrenox/inzerosight", - "description": "Communicate undetected in plain sight.", - "icons": { - "48": "icon.png" - }, - "browser_action": { - "browser_style": false, - "default_icon": "icon.png", - "default_title": "in\u00d8sight", - "default_popup": "index.html" - }, - "content_security_policy": "script-src 'self'; style-src 'self' https://fonts.googleapis.com; font-src https://fonts.gstatic.com;", - "browser_specific_settings": { - "gecko": { - "id": "{0a73f41c-c59c-404b-9e07-f7392fa830d4}" - } - } -}