Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "4.0", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "short_name": "FoldrMarks", "default_locale": "en", "incognito": "spanning", "action": { "defaultIcon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png" }, "default_title": "__MSG_extName__", "default_popup": "html\/popup.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "sw.js" }, "permissions": [ "bookmarks", "favicon", "activeTab", "storage", "contextMenus", "offscreen" ], "optional_permissions": [ "tabs", "downloads" ], "options_ui": { "page": "html\/options.html" } }