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": "Pliment Generator", "version": "2.0", "description": "This Chrome extension allows you to generate a compliment.", "manifest_version": 2, "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "index.html", "default_title": "forJCM" }, "background": { "scripts": [ "main.js" ], "persistent": true } }