Traveler Backgrounds

Traveler Backgrounds

National parks and travel destinations backgrounds to your new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Traveler Backgrounds",
  "short_name": "Traveler Backgrounds",
  "description": "National parks and travel destinations backgrounds to your new tab.",
  "version": "0.2.1",
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon180.png"
  },
  "browser_action": {
    "default_title": "Traveler Backgrounds"
  },
  "offline_enabled": true,
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "storage",
    "*://*.source.unsplash.com//*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}