Coin Sentry

Coin Sentry

Real-time alerts for cryptocurrency and stock market price changes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_app_name__",
  "short_name": "__MSG_app_name__",
  "version": "1.0.4",
  "version_name": "1.0.4",
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "manifest_version": 2,
  "author": "Anietie Asuquo",
  "homepage_url": "https://anietieasuquo.com",
  "incognito": "spanning",
  "minimum_chrome_version": "49",
  "offline_enabled": false,
  "background": {
    "scripts": [
      "static/js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "__MSG_app_name__",
    "default_popup": "index.html",
    "default_icon": {
      "16": "img/get_started16.png",
      "32": "img/get_started32.png",
      "48": "img/get_started48.png",
      "128": "img/get_started128.png"
    }
  },
  "icons": {
    "16": "img/get_started16.png",
    "32": "img/get_started32.png",
    "48": "img/get_started48.png",
    "128": "img/get_started128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "notifications",
    "https://api.binance.com/*",
    "https://api-pub.bitfinex.com/*",
    "https://api.tiingo.com/*",
    "https://www.google.com/"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' http://localhost:3000; object-src 'self'",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "developer": {
    "name": "Anietie Asuquo",
    "url": "https://anietieasuquo.com"
  }
}