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": 3, "name": "Pomodora", "short_name": "Pomodora", "version": "1.0.0", "description": "Pomodora is an online pomodoro timer tool that helps you build & sustain focus!", "icons": { "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "homepage_url": "https:\/\/pomodora.io", "permissions": [ "unlimitedStorage", "storage", "background" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/pomodora.io\/*", "*:\/\/pomodora.io\/" ], "js": [ "js\/website_cs.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*\/*" ], "exclude_matches": [ "*:\/\/pomodora.io\/*", "*:\/\/pomodora.io\/" ], "js": [ "js\/all.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "<all_urls>" ], "all_frames": true, "extension_ids": [ "*" ] } ], "offline_enabled": true, "author": "Pomodora", "background": { "service_worker": "js\/service.js" }, "content_security_policy": { "extension_pages": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'", "content_scripts": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'" }, "action": { "default_icon": { "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "default_title": "Pomodora" } }