Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pomodoro Timer for Google Calendar", "version": "0.0.8", "description": "Boost focus with our tool that integrates the Pomodoro technique into your Google Calendar events.", "permissions": [ "storage", "notifications" ], "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/calendar.google.com\/*", "*:\/\/www.google-analytics.com\/*" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "assets\/css\/contentStyle17351145572.chunk.css" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "assets\/sounds\/alarm-1.chunk.mp3", "assets\/sounds\/alarm-2.chunk.mp3", "assets\/sounds\/alarm-1.mp3", "assets\/sounds\/alarm-2.mp3", "assets\/sounds\/boxing_bell.mp3", "assets\/sounds\/boxing_bell.chunk.mp3", "assets\/sounds\/boxing_bell_double.mp3", "assets\/sounds\/boxing_bell_triple.mp3", "assets\/sounds\/countdown.mp3", "assets\/sounds\/electronic_buzzer.mp3", "assets\/sounds\/gym_whistle.mp3", "assets\/sounds\/referee_whistle.mp3", "assets\/sounds\/short_beep.mp3", "assets\/sounds\/sports_whistle.mp3", "assets\/sounds\/tick_sound.mp3", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] }