Engadget

Engadget

Engadget News reader, is a web magazine app with obsessive daily coverage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Engadget",
  "description": "Engadget News reader, is a web magazine  app with obsessive daily coverage",
  "version": "0.9.1.7",
  "manifest_version": 2,
  "icons": {
    "16": "icons/16x16.png",
    "128": "icons/128x128.png"
  },
  "externally_connectable": {
    "matches": [
      "*://*.engadget.com/*",
      "*://*.google.com/*"
    ]
  },
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "content_security_policy": "script-src 'self' https://www.google.com/jsapi https://www.google.com/uds/ https://www.engadget.com/ https://ssl.google-analytics.com/ga.js; object-src 'self'",
  "permissions": [
    "notifications",
    "unlimitedStorage",
    "http://*.google.com/",
    "http://*.engadget.com/*"
  ]
}