From 8648efc56b75fa7fe36d35c1ab3166b1f5ad61de Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 8 Jun 2026 19:12:43 -0400 Subject: [PATCH] Delete manifest.json --- manifest.json | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 manifest.json diff --git a/manifest.json b/manifest.json deleted file mode 100644 index b530178..0000000 --- a/manifest.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "manifest_version": 3, - "name": "Portage", - "version": "1.0.0", - "description": "Portage - Browser Transitioning Tool. Migrate extensions and cookies between chromium browsers with encrypted exports.", - "author": "pvrz", - "homepage_url": "https://github.com/pvrzz/portage", - "permissions": [ - "management", - "tabs", - "tabGroups", - "downloads", - "cookies" - ], - "host_permissions": [ - "" - ], - "action": { - "default_popup": "popup.html", - "default_title": "Portage", - "default_icon": { - "16": "icons/icon16.png", - "48": "icons/icon48.png", - "128": "icons/icon128.png" - } - }, - "icons": { - "16": "icons/icon16.png", - "48": "icons/icon48.png", - "128": "icons/icon128.png" - } -}