Customizable Background

Customizable Background

Allows User to Customize Their Background

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Customizable Background",
  "version": "1.0.1",
  "description": "Allows User to Customize Their Background",
  "icons": {
    "16": "img/icon.png",
    "32": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "history"
  ],
  "chrome_url_overrides": {
    "newtab": "background.html"
  },
  "action": {
    "default_popup": "games/index.html"
  }
}