mirror of
https://github.com/pvrzz/Portage.git
synced 2026-08-12 03:46:30 +00:00
37 lines
879 B
JSON
37 lines
879 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Portage",
|
|
"version": "2.0.0",
|
|
"description": "Export bookmarks, history, cookies, tabs, sessions, and reading list to a portable JSON file. Import on any browser.",
|
|
"homepage_url": "https://github.com/pvrzz/Portage/",
|
|
"permissions": [
|
|
"history",
|
|
"bookmarks",
|
|
"cookies",
|
|
"tabs",
|
|
"sessions",
|
|
"management",
|
|
"readingList"
|
|
],
|
|
"host_permissions": ["<all_urls>"],
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_title": "Portage",
|
|
"default_icon": {
|
|
"16": "icons/icon16.png",
|
|
"32": "icons/icon32.png",
|
|
"48": "icons/icon48.png",
|
|
"128": "icons/icon128.png"
|
|
}
|
|
},
|
|
"icons": {
|
|
"16": "icons/icon16.png",
|
|
"32": "icons/icon32.png",
|
|
"48": "icons/icon48.png",
|
|
"128": "icons/icon128.png"
|
|
},
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
}
|
|
}
|