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", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAltI3czLqAU6EjaKq1+inYwNBn44c7YBE49SysvIizH3qXaRZQ47uPFrpVVjxNpnrbG82K9czxOLtMkONSVksxAxbsSToIkS4t+K+883zGosy89h8T7a48BYXAD6ifnNJtE7jYCodCC7iVcF6+GJE2wn6MRWWIdxWh0EcwlRK\/o6I3YvprimoSaysWgAtxdg+ccWc3qeXVetFggLIuKvLDieopfN7Cid2NYo0Fy3jM86Epg4oSzEXCZn3EP75RKVh2BQn9fecchU0Cxi41I4y50erLWeL3VIKsiLuLyJS9rozA7zrQpvBgKIaYGpMUJ1kUbpvojdMnA6T4yY8yvXikwIDAQAB", "name": "The Education District", "short_name": "The Education District", "version": "0.0.0.23", "manifest_version": 3, "description": "The Education District", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "nativeMessaging", "tabs" ], "background": { "service_worker": "js\/background.js", "type": "module" }, "minimum_chrome_version": "92", "content_scripts": [ { "js": [ "js\/vecontent.js" ], "matches": [ "https:\/\/*.public.theeducationdistrict.com\/*", "https:\/\/*.cms.theeducationdistrict.com\/*", "file:\/\/*\/*" ], "run_at": "document_end" } ], "host_permissions": [ "https:\/\/*.public.theeducationdistrict.com\/*", "https:\/\/*.cms.theeducationdistrict.com\/*", "file:\/\/*\/*" ] }