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": "Grocery King Recipe Organizer", "description": "Companion desktop app for Grocery King on IOS and Android", "version": "1.3", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "tabs", "https:\/\/www.groceryking.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" }