Accops single sign-on

Accops single sign-on

Send a message to a native application. And autofill user credential.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Accops single sign-on",
  "short_name": "Accops single sign-on",
  "description": "Send a message to a native application. And autofill user credential.",
  "version": "1.0.0",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "https://sts1.mahindrafs.com/*"
      ],
      "js": [
        "jquery-1.12.1.min.js",
        "script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "propalms-nativemsg-iframe-jhepmpfdpjajhggflbhkjihdcplbchef.html",
    "manifest.json"
  ]
}