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": "Mute All", "version": "1.0", "description": "Mute or unmute all tabs with one click.", "background": { "service_worker": "background.js" }, "action": { "default_title": "Mute All", "default_icon": "mute_logo_16x16.png" }, "icons": { "16": "mute_logo_16x16.png", "48": "mute_logo_48x48.png", "128": "mute_logo_128x128.png" } }