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": 2, "version": "1.0", "name": "Pomodoro Timer", "description": "Use the time. Work and rest.", "icons": { "16": "images\/16.png", "24": "images\/24.png", "32": "images\/32.png", "128": "images\/128.png" }, "browser_action": { "default_popup": "index.html" }, "background": { "scripts": [ "OneSignal.js", "background.js" ] }, "permissions": [ "background", "https:\/\/locajans.com\/" ] }