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": "NIC Device Trust", "description": "Ensures enterprise accounts can be accessed only via authorized devices", "version": "2.0.0", "background": { "service_worker": "service-worker.js" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon128.png", "default_title": "NIC Device Trust", "default_popup": "extensionViewPopup.html" }, "permissions": [ "nativeMessaging", "webNavigation", "webRequest", "webRequestBlocking", "tabs", "idle", "declarativeNetRequest", "scripting" ], "host_permissions": [ "https:\/\/*.mgovcloud.in\/*", "https:\/\/*.mniccloud.in\/*", "https:\/\/*.publicmgovcloud.in\/*", "https:\/\/*.publicmniccloud.in\/*", "wss:\/\/*.mgovcloud.in\/*", "wss:\/\/*.mniccloud.in\/*", "wss:\/\/*.publicmgovcloud.in\/*", "wss:\/\/*.publicmniccloud.in\/*" ], "web_accessible_resources": [ { "resources": [ "waitingPage.html" ], "matches": [ "<all_urls>" ] } ] }