Formula 1 New Tab

Formula 1 New Tab

Uses the top post in https://www.reddit.com/r/F1Porn to create a F1 image background in every new tab opened in Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Formula 1 New Tab",
  "description": "Uses the top post in https://www.reddit.com/r/F1Porn to create a F1 image background in every new tab opened in Chrome.",
  "version": "1.1",
  "icons": {
    "16": "/images/icons/icon16.png",
    "48": "/images/icons/icon48.png",
    "128": "/images/icons/icon128.png"
  },
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "manifest_version": 2
}