ShareAccount

ShareAccount

Share your current account with others without revealing your password, securely.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ShareAccount",
  "description": "Share your current account with others without revealing your password, securely.",
  "short_name": "ShareAccount",
  "version": "1.2.1",
  "icons": {
    "18": "icons/18.png",
    "19": "icons/19.png",
    "38": "icons/38.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_action": {
    "default_icon": "icons/19.png",
    "default_popup": "popup/index.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "cookies",
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": "default-src 'self' https://privatebin.net; script-src 'self' 'unsafe-eval' https://www.google-analytics.com; img-src 'self' https://www.google-analytics.com https://stats.g.doubleclick.net data:"
}