PIL-SSO Launcher

PIL-SSO Launcher

PIL-SSO Launcher - automates login process for your PIL SSO platform

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "PIL-SSO Launcher",
  "author": "Pharmacy Innovation Lab",
  "version": "1.5.2",
  "description": "PIL-SSO Launcher",
  "manifest_version": 2,
  "icons": {
    "16": "images/[email protected]",
    "48": "images/[email protected]",
    "128": "images/[email protected]"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "storage",
    "activeTab",
    "webRequest",
    "webNavigation",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "js/x-frame-script.js",
      "js/service-worker.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "js/contents-script.js"
      ],
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "page_action": {
    "default_popup": "index.html",
    "default_title": "PIL-SSO Launcher"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4d640436-ccb6-4769-93ca-9c985ba877f8}"
    }
  }
}