Business Insider - Deutschland

Business Insider - Deutschland

Chrome Extenstion for Business Insider - Deutschland

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Business Insider - Deutschland",
  "short_name": "businessinsider-deutschland",
  "version": "1.0.2",
  "manifest_version": 2,
  "description": "Chrome Extenstion for Business Insider - Deutschland",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "default_locale": "de",
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "optional_permissions": [
    "topSites"
  ],
  "browser_action": {
    "default_icon": "images/icon-128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'  https://s.ytimg.com https://www.youtube.com/iframe_api https://ssl.google-analytics.com/ga.js; object-src 'self'"
}