Files
portage/manifest.json
T
2026-05-19 18:40:27 -04:00

33 lines
752 B
JSON

{
"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": [
"<all_urls>"
],
"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"
}
}