Password Alert

Password Alert

Password Alert helps protect against phishing attacks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "oauth2": {
    "client_id": "897749729682-2j2fjtnfde4kgi40fvjrp7ude48ooh4n.apps.googleusercontent.com",
    "scopes": [
      "email"
    ]
  },
  "icons": {
    "128": "icon128.png"
  },
  "minimum_chrome_version": "46",
  "author": {
    "email": "[email protected]"
  },
  "version": "1.27",
  "default_locale": "en",
  "description": "__MSG_extension_description__",
  "storage": {
    "managed_schema": "managed_policy_schema.json"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script_compiled.js"
      ]
    }
  ],
  "content_security_policy": "default-src 'none'; script-src 'self'; style-src 'self'; connect-src https://*",
  "name": "__MSG_extension_name__",
  "background": {
    "persistent": false,
    "scripts": [
      "background_compiled.js"
    ]
  },
  "permissions": [
    "identity",
    "identity.email",
    "notifications",
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "manifest_version": 2,
  "update_url": "https://clients2.google.com/service/update2/crx"
}