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", "author": "WebBrush", "background": { "service_worker": "js\/bg.js" }, "action": { "default_icon": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "default_locale": "en", "description": "__MSG_extShortDesc__", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "manifest_version": 3, "name": "__MSG_extName__", "permissions": [ "alarms", "scripting", "storage" ], "host_permissions": [ "<all_urls>" ], "version": "1.0.3", "web_accessible_resources": [ { "resources": [ "images\/*", "fonts\/*" ], "matches": [ "<all_urls>" ] } ] }