Baby Tiger Wallpaper HD New Tab Theme

Baby Tiger Wallpaper HD New Tab Theme

Beautiful Baby Tiger wallpapers with useful utilities.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_AppName__",
  "description": "__MSG_AppDescription__",
  "version": "1.0.0",
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png",
      "48": "icon-48.png"
    },
    "default_title": "__MSG_AppName__"
  },
  "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"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "offline_enabled": true,
  "permissions": [
    "topSites",
    "chrome://favicon/*",
    "https://api.wallpaperaddons.com/*"
  ],
  "content_security_policy": "script-src 'self' https://api.wallpaperaddons.com; object-src 'self'"
}