Simple Backgrounds

Simple Backgrounds

Adds beautiful backgrounds to your new Chrome tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.3.0",
  "manifest_version": 3,
  "name": "Simple Backgrounds",
  "short_name": "Simple Backgrounds",
  "description": "Adds beautiful backgrounds to your new Chrome tab.",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon180.png"
  },
  "offline_enabled": true,
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "host_permissions": [
    "https://*.source.unsplash.com//*"
  ],
  "permissions": [
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}