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": "Pomodoro Timer", "description": "A lightweight pomodoro timer to keep you productive! Automatically blocks blacklisted websites during your work time", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "\/images\/alarm-clock-16.png", "32": "\/images\/alarm-clock-32.png", "48": "\/images\/alarm-clock-48.png", "128": "\/images\/alarm-clock-128.png" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/stackpath.bootstrapcdn.com; object-src 'self';" }