Magpie - Invest like a hedge fund

Magpie - Invest like a hedge fund

Help you quickly and easily analyze financial reports and consolidate real-time data for professional insights

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_app_name__",
  "version": "0.0.1",
  "manifest_version": 3,
  "description": "__MSG_app_desc__",
  "icons": {
    "16": "images/icon128.png",
    "48": "images/icon128.png",
    "128": "images/icon128.png"
  },
  "permissions": [],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery.min.js",
        "js/echarts.min.js",
        "js/commonmark.js",
        "js/typeahead.js",
        "js/content.js"
      ],
      "css": [
        "css/content_style.css"
      ],
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_icon": "images/icon128.png",
    "default_title": "__MSG_app_name__"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+M",
        "mac": "MacCtrl+M"
      },
      "description": "__MSG_app_name__"
    }
  },
  "options_page": "settings.html",
  "default_locale": "en",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}