Swash

Swash

Know your worth. Swash is an earning portal where you can earn for being active and completing tasks online. Try it today.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "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": 3,
  "action": {
    "default_title": "Swash",
    "default_popup": "popup/index.html",
    "default_icon": {
      "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"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dummy_script.5795d7af.js"
      ],
      "css": []
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "core/inpage_scripts/sdk_page_script.js"
      ],
      "matches": [
        "https://*.swashapp.io/*"
      ]
    }
  ],
  "permissions": [
    "bookmarks",
    "clipboardRead",
    "downloads",
    "notifications",
    "scripting",
    "storage",
    "tabs",
    "webRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "background": {
    "service_worker": "app-start.3522d449.js"
  }
}