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": "LockdIn", "version": "0.0.3", "description": "Focus on your tasks at hand using LockdIn", "action": { "default_popup": "index.html", "default_icon": "images\/lock.png" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "service_worker.js" }, "permissions": [ "identity", "scripting", "storage", "alarms", "notifications", "tabs", "offscreen" ], "icons": { "16": "images\/lock.png", "48": "images\/lock.png", "128": "images\/lock.png" }, "web_accessible_resources": [ { "resources": [ "images\/timer.png", "audio.mp3", "images\/spotify.png" ], "matches": [ "<all_urls>" ] } ] }