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": "Distill Passwords", "description": "Distill Passwords removes confusing characters from your passwords, making them clearer, simpler, and safer to use.", "version": "1.0", "icons": { "48": "Distill.png" }, "web_accessible_resources": [ { "resources": [ "fonts\/*.ttf", "fonts\/*.woff2", "fonts\/*.woff", "js\/lottie.min.js" ], "matches": [ "<all_urls>" ] } ], "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ] }