FXStreet - The Foreign Exchange Market

FXStreet - The Foreign Exchange Market

Economic Calendar, Forex Analysis, Trading Positions and Currency Trading News by FXStreet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FXStreet - The Foreign Exchange Market",
  "description": "Economic Calendar, Forex Analysis, Trading Positions and Currency Trading News by FXStreet",
  "version": "2.0.8",
  "background": {
    "persistent": false,
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icon16.png",
    "default_popup": "popup.html",
    "default_title": "FXStreet"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_security_policy": "script-src 'self' https://calendar.fxstreet.com https://httppush.fxstreet.com https://authorization.fxstreet.com https://staticcontent.fxstreet.com  https://staticconent.blob.core.windows.net https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "activeTab",
    "http://*/*",
    "https://*/*",
    "notifications",
    "background",
    "alarms"
  ],
  "homepage_url": "https://www.fxstreet.com",
  "short_name": "fxstreet.com"
}