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", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "16": "\/images\/zola-favicon-16.png", "48": "\/images\/zola-favicon-48.png", "128": "\/images\/zola-favicon-128.png" }, "default_title": "Add to Zola" }, "name": "Add to Zola Button", "short_name": "Add to Zola", "description": "Add anything from any store to your Zola registry", "homepage_url": "https:\/\/www.zola.com\/", "icons": { "16": "\/images\/zola-favicon-16.png", "48": "\/images\/zola-favicon-48.png", "128": "\/images\/zola-favicon-128.png" }, "permissions": [ "activeTab", "scripting" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "version": "3.0", "manifest_version": 3, "author": "Zola" }