Market Parse

Market Parse

Find the top trending stocks on the internet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Market Parse",
  "description": "Find the top trending stocks on the internet",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "https://*.kilnhg.com/*"
      ],
      "js": [
        "jquery.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/",
    "http://mobile.marketparse.com:3000/",
    "https://ssl.google-analytics.com/"
  ]
}