Soliton PasswordManager Extension

Soliton PasswordManager Extension

Web Single Sign-on

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Soliton Systems K.K.",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "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"
  },
  "browser_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": 2,
  "description": "__MSG_IDS_DESCRIPTION__",
  "short_name": "Soliton PasswordManager",
  "name": "Soliton PasswordManager Extension",
  "permissions": [
    "webNavigation",
    "activeTab",
    "nativeMessaging",
    "webRequest",
    "webRequestBlocking",
    "http://*/",
    "https://*/",
    "contextMenus"
  ],
  "web_accessible_resources": [
    "notification_dialog.html"
  ],
  "version": "1.10.2.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "update_url": "https://www.soliton.co.jp/assets/archive/ssx_download/updates.json"
    }
  }
}