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": "LetPlant GreenFocus Pomodoro Timer", "version": "2.1.4", "description": "Focus better. Grow a plant. One Pomodoro at a time", "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "action": { "default_title": "Pomodoro Timer", "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" } }, "host_permissions": [ "<all_urls>" ], "permissions": [ "storage", "alarms", "notifications", "scripting", "tabs" ], "background": { "service_worker": "background.js" }, "options_page": "options\/options.html", "web_accessible_resources": [ { "resources": [ "assets\/audio\/*.mp3", "images\/*.png", "images\/plants\/*.png", "sessionOver\/sessionOver.html" ], "matches": [ "<all_urls>" ] } ] }