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", "author": "Soliton Systems K.K.", "background": { "service_worker": "loader.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "lib.min.js" ], "all_frames": true, "run_at": "document_start" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "notification.min.js" ], "all_frames": false, "run_at": "document_start" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "ssopass.min.js" ], "all_frames": true } ], "default_locale": "en", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/fnpeooemaihkgkfdpdpipikehmceplfl", "icons": { "16": "images\/icon_16.png", "24": "images\/icon_24.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "96": "images\/icon_96.png", "128": "images\/icon_128.png" }, "action": { "default_icon": { "16": "images\/icon_16.png", "24": "images\/icon_24.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "96": "images\/icon_96.png", "128": "images\/icon_128.png" } }, "manifest_version": 3, "description": "__MSG_IDS_DESCRIPTION__", "short_name": "Soliton PasswordManager", "name": "Soliton PasswordManager Extension", "permissions": [ "webNavigation", "activeTab", "nativeMessaging", "webRequest", "webRequestAuthProvider", "contextMenus", "scripting" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "web_accessible_resources": [ { "resources": [ "notification_dialog.html" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "minimum_chrome_version": "108", "version": "1.10.4.2", "applications": { "gecko": { "id": "[email protected]", "update_url": "https:\/\/www.soliton.co.jp\/assets\/archive\/ssx_download\/updates.json" } } }