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": "Buggy - Save, Organize and Search", "version": "1.01", "description": "Buggy helps you save useful websites without disrupting the development workflow.", "action": { "default_popup": "index.html", "default_icon": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } }, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage", "activeTab" ], "commands": { "add-draft": { "suggested_key": { "default": "Ctrl+B", "mac": "Command+B" }, "description": "Add current page to draft list" } }, "background": { "service_worker": "background.bundle.js", "type": "module" } }