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", "name": "World Weather", "version": "2", "manifest_version": 2, "background": { "page": "background.html" }, "permissions": [ "activeTab" ], "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "browser_action": { "default_popup": "index.html", "default_icon": "logo.png", "default_title": "WorldWeatherOnline" }, "content_security_policy": "script-src 'self' 'sha256-CMyYic0d7L0Q9AwjGU0n6buHFRR6bU3TOAe0P7DEJrk='; object-src 'self'" }