Biden for President

Biden for President

The latest news delivered to your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Biden for President",
  "description": "The latest news delivered to your browser.",
  "version": "1.03",
  "author": "Biden for President",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icons/tt16.png",
      "32": "images/icons/tt32.png"
    },
    "default_title": "Biden for President",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "*://*.supporter.fun/*",
    "*://*.ampfeed.com/*",
    "*://*.youtube.com/*",
    "*://*.amazonaws.com/*",
    "notifications",
    "storage"
  ],
  "icons": {
    "16": "images/icons/tt16.png",
    "32": "images/icons/tt32.png",
    "48": "images/icons/tt48.png",
    "128": "images/icons/tt128.png"
  },
  "default_locale": "en",
  "short_name": "Joe Biden",
  "content_security_policy": "script-src 'self' https://platform.twitter.com https://cdn.syndication.twimg.com 'unsafe-eval'; object-src 'self'"
}