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": "Window Sizer", "description": "Resize your browser window to custom-defined sizes.", "version": "1.1.0", "browser_action": { "default_icon": "images\/icon_19.png", "default_popup": "views\/main.html" }, "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "permissions": [ "storage" ] }