Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 3, "name": "__MSG_app_name__", "version": "1.0.3", "default_locale": "en", "background": { "service_worker": "chrome\/background\/background.js" }, "description": "__MSG_app_desc__", "action": { "default_title": "__MSG_app_title__", "default_popup": "\/popup\/index.html", "default_icon": "\/public\/icons\/128x128.png" }, "icons": { "48": "\/public\/icons\/48x48.png", "128": "\/public\/icons\/128x128.png" }, "content_scripts": [], "permissions": [ "cookies", "tabs", "activeTab", "storage" ], "host_permissions": [ "<all_urls>" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }