Vanilla Dashboard - Beautiful Wallpapers

Vanilla Dashboard - Beautiful Wallpapers

Replace the New Tab and Homepage with a fully customizable dashboard that brings you News, Weather, Wallpapers and much more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "8.6",
  "name": "Vanilla Dashboard - Beautiful Wallpapers",
  "short_name": "Vanilla Dashboard",
  "description": "Replace the New Tab and Homepage with a fully customizable dashboard that brings you News, Weather, Wallpapers and much more!",
  "icons": {
    "128": "images/icons/logo_128.png"
  },
  "options_page": "settings.html",
  "browser_action": {
    "default_icon": {
      "128": "images/icons/logo_128.png"
    },
    "default_title": "Vanilla Dashboard"
  },
  "chrome_url_overrides": {
    "newtab": "dashboard.html"
  },
  "offline_enabled": true,
  "permissions": [
    "https://images.unsplash.com/",
    "*://*.vanilladashboard.xyz/*",
    "topSites",
    "geolocation"
  ]
}