Minimalism Wallpapers Background

Minimalism Wallpapers Background

It's simple and replaces your current Chrome New Tab window with Minimalism Wallpapers background New Tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Imran",
  "browser_action": {
    "browser_style": false,
    "default_title": "Minimalism Wallpapers Background"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "It's simple and replaces your current Chrome New Tab window with Minimalism Wallpapers background New Tab.",
  "icons": {
    "32": "assets/images/32-simple.png",
    "64": "assets/images/64-simple.png",
    "128": "assets/images/128-simple.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "16.0.884",
  "name": "Minimalism Wallpapers Background",
  "short_name": "MWB New Tab",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.1"
}