Synapse

Synapse

Creates a Synapse Peer on the Synapse network that runs from your Google Chrome browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Synapse",
  "version": "0.0.3",
  "manifest_version": 2,
  "description": "Creates a Synapse Peer on the Synapse network that runs from your Google Chrome browser.",
  "permissions": [
    "https://www.prettyrobots.com/synapse"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://synapse:8083/synapse",
        "https://www.prettyrobots.com/synapse"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": [
    "page",
    "background.html"
  ]
}