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", "name": "Wonde", "version": "3.0.1", "description": "Wonde makes logging into applications at school a breeze!", "manifest_version": 3, "permissions": [], "web_accessible_resources": [ { "resources": [ "wonde.svg", "waving-hand.png" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/127.0.0.1:3000\/*" ], "js": [ "jquery-3.4.0.min.js", ".\/lib\/Cookie.js", ".\/lib\/Element.js", ".\/lib\/Captcha.js", ".\/lib\/V1.js", ".\/lib\/V2.js", "content.js" ], "css": [ "wonde.css" ], "run_at": "document_end" } ], "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": "icon.png" }, "content_security_policy": [], "host_permissions": [ "https:\/\/password-retrieval.wonde.com\/prod\/pass", "https:\/\/edu.wonde.com\/*", "https:\/\/app.mylogin.com\/*" ] }