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": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "ssopass.js" ], "all_frames": true } ], "default_locale": "ja", "homepage_url": "https:\/\/www.soliton.co.jp\/smarton\/", "icons": { "16": "images\/icon_16.png", "24": "images\/icon_24.png", "32": "images\/icon_32.png", "48": "images\/icon_48.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" } }, "manifest_version": 3, "description": "__MSG_IDS_DESCRIPTION__", "short_name": "SmartOn Pass", "name": "SmartOn ID Pass Extension", "permissions": [ "nativeMessaging", "contextMenus", "scripting", "activeTab", "webRequest", "webRequestAuthProvider" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "minimum_chrome_version": "108", "version": "1.0.1.4", "applications": { "gecko": { "id": "[email protected]", "update_url": "https:\/\/www.soliton.co.jp\/support\/firefox\/smartonid\/download\/updates.json" } } }