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, "version": "1.0.1", "name": "HTTP redirect to HTTPS", "description": "Enable this extension \ud83d\udee1\ufe0f that automatically redirects HTTP sites to secure HTTPS for safer browsing \ud83d\udd12.", "background": { "service_worker": "background.js" }, "icons": { "48": "download.png", "128": "download.png" }, "action": { "default_icons": { "48": "download.png", "128": "download.png" }, "default_popup": "popup.html" }, "permissions": [ "declarativeNetRequest", "declarativeNetRequestFeedback", "declarativeNetRequestWithHostAccess", "storage", "tabs" ], "host_permissions": [ "<all_urls>" ] }