mirror of
https://github.com/pvrzz/Portage.git
synced 2026-08-12 03:46:30 +00:00
33 lines
752 B
JSON
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"
|
|
}
|
|
}
|