Backdrops

Backdrops

This is a simple extension which changes the background of a new tab to something more delightful.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Backdrops",
  "manifest_version": 2,
  "description": "This is a simple extension which changes the background of a new tab to something more delightful.",
  "version": "2.0.3",
  "permissions": [
    "management",
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "192": "/icon.png"
  }
}