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": "Maillibr \u2014 discover, save, & organize emails", "version": "1.2", "description": "Effortlessly discover, save, and organize top-performing eCommerce emails from a vast, curated library.", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_icon": { "32": "assets\/logo\/32.png", "48": "assets\/logo\/48.png" }, "default_popup": "index.html" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ ".\/gmail.js" ] }, { "matches": [ "https:\/\/outlook.live.com\/*" ], "js": [ ".\/outlook.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/outlook.live.com\/*", "https:\/\/maillibr.com\/*" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "assets\/logo\/32.png", "48": "assets\/logo\/48.png", "128": "assets\/logo\/128.png" }, "web_accessible_resources": [ { "resources": [ "access_ik.js" ], "matches": [ "https:\/\/mail.google.com\/*" ], "use_dynamic_url": true } ] }