Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Lorem Ipsum Generator", "version": "3.3.1", "default_locale": "en", "description": "Generate Lorem Ipsum text easily. Choose words, sentences, or paragraphs, and select the desired length for quick text generation.", "permissions": [ "sidePanel" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/icon16.png" }, "side_panel": { "default_path": "panel.html" }, "icons": { "48": "icons\/icon48.png" } }