Easy Crypto Trade Automation | Whaletail

Easy Crypto Trade Automation | Whaletail

The best crypto trading automation app. Trade like a pro. Build complex trade scenarios or chain trades into strategies with ease!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.0",
  "name": "Easy Crypto Trade Automation | Whaletail",
  "short_name": "Whaletail",
  "manifest_version": 2,
  "description": "The best crypto trading automation app. Trade like a pro. Build complex trade scenarios or chain trades into strategies with ease!",
  "browser_action": {
    "default_title": "Whaletail",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "web_accessible_resources": [
    "inject.html"
  ],
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "notifications",
    "tabs",
    "storage",
    "https://*/*",
    "<all_urls>"
  ],
  "content_security_policy": "default-src 'self'; style-src 'self' https://use.fontawesome.com https://fonts.googleapis.com 'unsafe-inline'; img-src 'self' data:;script-src 'self' https://use.fontawesome.com https://www.google-analytics.com https://fonts.googleapis.com; connect-src https://api.whaletail.ai https://o487637.ingest.sentry.io http://localhost:3030 https://whaletail.ai https://www.google-analytics.com; font-src 'self' https://use.fontawesome.com https://fonts.googleapis.com;"
}