Notopass

Notopass

Quick Login into logged in session without entering password by simply scanning QR from Notopass app

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Notopass",
  "description": "Quick Login into logged in session without entering password by simply scanning QR from Notopass app",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "cookies",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "version": "1.2",
  "icons": {
    "16": "notopass16.png",
    "48": "notopass48.png",
    "128": "notopass128.png"
  },
  "browser_action": {
    "default_icon": "notopass16.png",
    "default_popup": "popup.html"
  }
}