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": "GateKeeper Password Manager", "version": "2.2.6", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApj1nIkeriOaS9d2Ny\/fdIdreqG21JWvxyU8O7DOQJDvoscEj2ueqoLRCRPdg2K979LSXLrHNOnyid6\/clnemubtp9Ex0JT6DtAckHCXOZf\/jjfyEWG0dSnzRuWBicmu0JXpC2lBAF6pcaTn3U\/lFAg6jL2r8ihLMSsDVdqfWIK\/fFEO1HQ4t5CQGpmQX0MNfPEaLrl13fJxBflBcvKgikfzz6\/uittxrV2TRoooe2zlCTrHh+F4HpCZIyfe9I1XuKgwq2ROGNNjGqTN2wk8rvZH5fGR\/QNIBbzlkASgFm0gHmgPY\/B02ThM5DzbIvBV8YuBOSDj8FpmpXr8l0GTL8wIDAQAB", "icons": { "16": "assets\/icons\/icon-16.png", "128": "assets\/icons\/icon-128.png" }, "description": "GateKeeper Password Manager works with the GateKeeper desktop application to provide proximity based access to web passwords.", "homepage_url": "https:\/\/gkaccess.com", "short_name": "GateKeeper", "permissions": [ "tabs", "activeTab", "contextMenus", "nativeMessaging", "storage", "alarms", "webRequest", "webNavigation", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "author": "Untethered Labs, Inc.", "minimum_chrome_version": "88", "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icons\/icon-16.png", "128": "assets\/icons\/icon-128.png" }, "default_title": "GateKeeper Password Manager", "chrome_style": false }, "background": { "service_worker": "js\/background.bundle.js" }, "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/contentScript.bundle.js" ], "run_at": "document_start" } ] }