Snowflake

Snowflake

Allow users in censored countries to use your network connection to access the Tor network.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Snowflake",
  "version": "0.7.3",
  "description": "__MSG_appDesc__",
  "default_locale": "en_US",
  "icons": {
    "48": "assets/toolbar-on-48.png",
    "96": "assets/toolbar-on-96.png"
  },
  "background": {
    "scripts": [
      "snowflake.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "48": "assets/toolbar-on-48.png",
      "96": "assets/toolbar-on-96.png"
    },
    "default_title": "Snowflake",
    "default_popup": "embed.html"
  },
  "content_security_policy": "default-src 'self'; connect-src wss://*.freehaven.net/ wss://*.torproject.net https://*.torproject.net:* https://*.freehaven.net:*",
  "permissions": [
    "storage"
  ],
  "optional_permissions": [
    "background"
  ]
}