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": "Water Reminder", "description": "Choose to have an audio, visual, or audio and visual reminder to take a drink, along with a wide audio selection.", "version": "2.0", "action": { "default_icon": "icon.png", "default_popup": "GTW.html" }, "background": { "service_worker": "service_worker.js" }, "permissions": [ "storage", "notifications", "offscreen", "alarms" ] }