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", "name": "DAWN Validator Chrome Extension", "version": "1.0.9", "description": "DAWN Validator Chrome Extension", "manifest_version": 3, "author": "Andrena", "action": { "default_popup": "splash.html", "default_title": "DAWN Validator Chrome Extension" }, "background": { "service_worker": "background.js" }, "icons": { "16": "dawn-extension-logo-16.png", "32": "dawn-extension-logo-32.png", "48": "dawn-extension-logo-48.png", "128": "dawn-extension-logo-128.png" }, "permissions": [ "storage", "alarms" ] }