Jam! Share accounts with friends

Jam! Share accounts with friends

Share accounts with friends without revealing the password

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Share accounts with friends without revealing the password",
  "version": "0.0.15",
  "name": "Jam! Share accounts with friends",
  "short_name": "Jam",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "cookies",
    "http://*/*",
    "https://*/*",
    "activeTab",
    "storage"
  ],
  "externally_connectable": {
    "matches": [
      "https://*.jam.link/*"
    ]
  }
}