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": "Alertus Desktop for Chrome", "short_name": "Alertus Chrome", "version": "2.0.4", "manifest_version": 3, "description": "Receive important alerts and notifications from your organization using Alertus\u00ae mass notification software.", "homepage_url": "https:\/\/alertus.com", "icons": { "16": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_locale": "en", "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';", "sandbox": "sandbox allow-forms allow-popups allow-modals allow-scripts; script-src 'self' 'unsafe-eval'; object-src 'self';" }, "sandbox": { "pages": [ "alert.html" ] }, "permissions": [ "tts", "storage", "identity", "identity.email", "background", "storage", "alarms", "scripting", "enterprise.deviceAttributes", "enterprise.hardwarePlatform", "system.display" ], "host_permissions": [ "*:\/\/*\/*\/alertusmw\/*" ], "action": { "default_popup": "popup.html", "default_title": "Alertus" }, "storage": { "managed_schema": "schema.json" } }