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": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "icons": { "16": "icon_16.png", "24": "icon_24.png", "48": "icon_48.png", "128": "icon_128.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "activeTab", "alarms", "storage", "notifications", "tabs", "offscreen" ], "action": { "default_icon": { "16": "icon_16.png", "48": "icon_48.png" }, "default_title": "P\u0159ej\u00edt do emailov\u00e9 schr\u00e1nky", "default_popup": "popup.html" }, "default_locale": "cs", "version": "6.3.1", "background": { "service_worker": "background.js" } }