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": 2, "name": "Meloboard", "author": "Meloboard", "version": "2.0.6", "description": "A happiness extension", "icons": { "48": "48.png", "128": "128.png" }, "browser_action": [], "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "alarms", "storage" ], "background": { "page": "background.html", "persistent": false } }