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": 2, "name": "MYKI Password Manager & Authenticator", "author": "Myki Inc.", "short_name": "MYKI", "description": "MYKI Password Manager Browser Extension", "version": "5.0.7", "icons": { "16": "images\/logo\/icon_16.png", "32": "images\/logo\/icon_32.png", "128": "images\/logo\/icon_128.png" }, "permissions": [ "contextMenus", "downloads", "webNavigation", "tabs", "storage", "cookies", "notifications", "unlimitedStorage", "http:\/\/*\/", "https:\/\/*\/", "nativeMessaging", "privacy" ], "background": { "page": "background\/background.html" }, "browser_action": { "browser_style": true, "default_icon": "images\/logo\/logo_icon.png", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "exclude_matches": [ "http:\/\/*\/*.xml", "https:\/\/*\/*.xml", "https:\/\/myki.co\/*", "https:\/\/myki.com\/*", "https:\/\/staging.myki.io\/*", "https:\/\/dev.myki.io\/*", "https:\/\/demo.myki.io\/*", "https:\/\/staging.myki.co\/*", "https:\/\/staging.myki.com\/*", "https:\/\/portal.myki.co\/*", "https:\/\/portal.myki.com\/*" ], "all_frames": true, "match_about_blank": true, "js": [ "content\/content.min.js" ], "css": [ "content\/content.min.css" ] }, { "matches": [ "https:\/\/*.myki.co\/*", "https:\/\/*.myki.com\/*", "https:\/\/*.myki.io\/*" ], "exclude_matches": [ "https:\/\/*.myki.co\/*.xml", "https:\/\/*.myki.com\/*.xml", "https:\/\/*.myki.io\/*.xml" ], "all_frames": true, "run_at": "document_start", "js": [ "content\/portal.min.js" ] } ], "web_accessible_resources": [ "content\/myki_account_picker.html", "content\/myki_error_notification.html", "content\/myki_item_save_notification.html", "content\/myki_twoFactor_notification.html", "images\/logo\/icon_180.svg", "images\/logo\/logo_icon_grey_180.svg", "images\/exclamation.png", "images\/logo\/icon_38.png", "images\/logo\/logo_512.png", "images\/phone-outline.png", "images\/phone-icon.png", "images\/ring.svg", "images\/ring-white.svg", "images\/password-generator.png", "images\/credit_cards\/MasterCard.png", "images\/credit_cards\/Visa.png", "images\/credit_cards\/Amex.png", "images\/credit_cards\/Discover.png", "images\/credit_cards\/Other.png", "images\/close.png", "images\/company.png", "fonts\/RedHatDisplay-Black.otf", "fonts\/RedHatDisplay-BlackItalic.otf", "fonts\/RedHatDisplay-Bold.otf", "fonts\/RedHatDisplay-BoldItalic.otf", "fonts\/RedHatDisplay-Italic.otf", "fonts\/RedHatDisplay-Medium.otf", "fonts\/RedHatDisplay-MediumItalic.otf", "fonts\/RedHatDisplay-Regular.otf" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArWguDFu7OhHBexdGgDiFSLnjRLnEZYcZvYGg6BAI\/Kd\/yydkOeaSDceEkVrPhLGKosCboiAl4Rvn63KU4ZHbDqZ0fr5336IPlWV5QAzo2z1W+MjwuRKqVxm8O8AwYzIckNI558IXZlMKPWm0Q6bz8cOCrJyqeYhfdKuy5lz44OVcYbwBPbYwlyx0hLK+zsiEMFXfrqjy25MhE0XOX3nGsJ8OogJeln5qOVuhPz0QxOUgarn+HqZuA4C8uTDWYTQ2jVrqyvTiRd5YG9qCCWhZkDBHs+prhjk5ZGubA31sPjrmkCRKn4KTknAyCmBJZWCvQxkzf0mKD+CnPB2oErJ5bQIDAQAB", "incognito": "spanning" }