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": "ConvertCups", "description": "Converts recipe measurements, from cups to litres, Fahrenheit to Celsius and vice-versa.", "version": "0.1.2", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_icon": "icon.png", "default_title": "Convert recipe" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "fg-convertcups-options.htm", "options_ui": { "page": "fg-convertcups-options.htm", "chrome_style": true } }