New York HD Wallpapers - Custom New Tab

Enjoy HD New York Wallpapers with Every New Tab You Open.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "scripts": [
      "assets/js/background.min.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icon-16.png",
      "48": "icon-48.png"
    }
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "alternate_urls": [],
      "encoding": "UTF-8",
      "favicon_url": "https://search.superaddon.com",
      "image_url": "https://search.superaddon.com",
      "image_url_post_params": "",
      "instant_url": "",
      "instant_url_post_params": "",
      "is_default": true,
      "keyword": "Search:",
      "name": "SuperAddon Search:",
      "search_url": "https://search.superaddon.com/?query={searchTerms}&eid=mjcdbacfbnheljljciklbabgmefphdhf",
      "search_url_post_params": ""
    }
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://suggestqueries.google.com 'unsafe-eval' ; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "https://api.superaddon.com/auth/logincallback*"
      ],
      "js": [
        "/assets/js/contentScript.min.js"
      ],
      "all_frames": true
    }
  ],
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "offline_enabled": true,
  "permissions": [
    "bookmarks",
    "history",
    "storage",
    "alarms",
    "notifications",
    "*://*/*"
  ],
  "short_name": "__MSG_extensionShortName__",
  "version": "3.0.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}