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