Mini World Wallpaper HD New Tab Theme

Beautiful Mini World wallpapers with useful utilities.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png",
      "48": "icon-48.png"
    },
    "default_title": "__MSG_AppName__"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "default_locale": "en",
  "description": "__MSG_AppDescription__",
  "icons": {
    "32": "icon-32.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "96": "icon-96.png",
    "128": "icon-128.png",
    "256": "icon-256.png",
    "512": "icon-512.png"
  },
  "manifest_version": 2,
  "name": "__MSG_AppName__",
  "offline_enabled": true,
  "container": [
    "GOOGLE_DRIVE"
  ],
  "version": "1.4"
}