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",
"options_ui": {
"page": "options.html",
"browser_style": true,
"open_in_tab": false
},
"description": "MarkTagged - bookmark manager with folders, tags and client side encryption",
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"64": "64.png",
"128": "128.png"
},
"background": {
"service_worker": "service_worker.js"
},
"manifest_version": 3,
"name": "MarkTagged",
"version": "1.5",
"permissions": [
"activeTab",
"storage",
"contextMenus"
],
"action": {
"default_icon": "128.png",
"default_title": "MarkTagged",
"browser_style": true
},
"content_security_policy": []
}