The Washington Post

The Washington Post

Stay informed with hand-picked stories from the editors of The Washington Post.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The Washington Post",
  "description": "Stay informed with hand-picked stories from the editors of The Washington Post.",
  "icons": {
    "16": "wp-logo-16.png",
    "48": "wp-logo-48.png",
    "128": "wp-logo-128.png"
  },
  "version": "1.0",
  "chrome_url_overrides": {
    "newtab": "rainbow.html"
  },
  "permissions": [
    "https://www.google-analytics.com/*"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com/; object-src 'self'",
  "manifest_version": 2
}