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": "Nectar HR Extension", "description": "Extension to send shoutouts", "version": "2.1", "browser_action": { "default_icon": "logo48.png", "default_popup": "popup.html" }, "background": { "page": "popup.html" }, "icons": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "cookies", "https:\/\/app.nectarhr.com\/" ] }