Travel Destination Custom Backgrounds

Travel Destination Custom Backgrounds

Change Your New Tab Background to Travel Destination Images

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self';style-src 'self' 'unsafe-inline' *;media-src *;",
  "description": "Change Your New Tab Background to Travel Destination Images",
  "manifest_version": 2,
  "name": "Travel Destination Custom Backgrounds",
  "permissions": [
    "storage"
  ],
  "version": "3",
  "icons": {
    "128": "images/icon.png"
  }
}