Swash

Swash

Get paid for your data as you browse the web. Gain control and help create a better, more dignified internet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Swash",
  "version": "2.11.0",
  "description": "Know your worth. Swash is an earning portal where you can earn for being active and completing tasks online. Try it today.",
  "homepage_url": "https://swashapp.io/",
  "icons": {
    "16": "static/images/swash/active-16.png",
    "48": "static/images/swash/active-48.png",
    "96": "static/images/swash/active-96.png",
    "128": "static/images/swash/active-128.png"
  },
  "manifest_version": 2,
  "background": {
    "scripts": [
      "app-start.f4b14f2b.js"
    ]
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "16": "static/images/swash/active-16.png",
      "48": "static/images/swash/active-48.png"
    },
    "default_title": "Swash"
  },
  "permissions": [
    "<all_urls>",
    "bookmarks",
    "clipboardRead",
    "downloads",
    "notifications",
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}