Xpress Sign-On Extension(TITAN 7.1)

Xpress Sign-On Extension(TITAN 7.1)

This extension acts as a Form fill and password manager.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "jquery.js",
      "background.js",
      "popup.html"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Xpress Sign-On"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "signon.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "popup.js",
        "jquery.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "This extension acts as a Form fill and password manager.",
  "icons": {
    "16": "favicon16.png",
    "32": "favicon32.png",
    "48": "favicon48.png",
    "128": "favicon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3ULWwz+/gf3xW4k9Gry76iSLVS0Oy4qQ/9Oe5s7FO+tfirpc6tJUfrRSnajtfTBh66wtbeytNiWnHRBVQzVGvm75MgSlmL4d8by1B/RBK+51zwciS7z+1PjgIZTZq7jqkJYlMjk+BauYfdP38GCFXmu5fxyO1hT4iHasIwogpJjCh4cJgp9Fo46AmBQsWHPwuup9hclEcWTq1iblm42mccnIVuBIs3abNPvj1Qh4xcvVDI9TdIHmPiJWkrVVRhmvUmOSx9MbWS4fr659G72zOSQ1pazkjvc353sv2ClOQgWh5HjCCJ979J2UxP8aFcXEiVy5vAqA10wu7mKjK87dhwIDAQAB",
  "manifest_version": 2,
  "name": "Xpress Sign-On Extension(TITAN 7.1)",
  "permissions": [
    "storage",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "7.0.5",
  "web_accessible_resources": [
    "signon.js",
    "popup.html",
    "popup.js",
    "loading.gif",
    "images/content-loader.GIF"
  ]
}