Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "SwiftTab",
"version": "1.10",
"description": "Save and organize your favorite links with one click. Fast, simple, and efficient bookmark manager.",
"permissions": [
"storage",
"tabs",
"activeTab"
],
"action": {
"default_popup": "src\/popup.html",
"default_icon": {
"16": "src\/icons\/icon-16.png",
"48": "src\/icons\/icon-48.png",
"128": "src\/icons\/icon-128.png"
}
},
"icons": {
"16": "src\/icons\/icon-16.png",
"48": "src\/icons\/icon-48.png",
"128": "src\/icons\/icon-128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}