Travel Backgrounds

Travel Backgrounds

Worldwide travel destination backgrounds to your new browser tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Travel Backgrounds",
  "short_name": "Travel Backgrounds",
  "description": "Worldwide travel destination backgrounds to your new browser tab.",
  "version": "0.2.2",
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon180.png"
  },
  "browser_action": {
    "default_title": "Travel Backgrounds"
  },
  "offline_enabled": true,
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "storage",
    "*://*.source.unsplash.com//*"
  ],
  "content_security_policy": "script-src 'self' https://suggest.finditnowonline.com; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}