Nature HD Wallpapers Travel Inspiration Tab

Nature HD Wallpapers Travel Inspiration Tab

If you love nature, if you love to travel, if you love to discover new places, this new tab extension is made for you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "libs/jquery.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/favicon.png",
    "default_title": "Nature HD Wallpapers & Travel Inspiration New Tab Themes"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "web",
      "keyword": "keyword.FascinatingTravel",
      "search_url": "http://hotelbye.com/search/index.php?q={searchTerms}",
      "favicon_url": "http://hotelbye.com/favicon.ico",
      "suggest_url": "",
      "instant_url": "http://hotelbye.com/search/index.php?q={searchTerms}",
      "image_url": "http://hotelbye.com/search/index.php?q={searchTerms}",
      "search_url_post_params": "search_lang=FascinatingTravel",
      "suggest_url_post_params": "suggest_lang=FascinatingTravel",
      "instant_url_post_params": "instant_lang=FascinatingTravel",
      "image_url_post_params": "image_lang=FascinatingTravel",
      "alternate_urls": [
        "http://hotelbye.com/search/index.php?q={searchTerms}",
        "http://hotelbye.com/search/index.php?q={searchTerms}"
      ],
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "If you love nature, if you love to travel, if you love to discover new places, this new tab extension is made for you.",
  "icons": {
    "128": "icons/favicon.png"
  },
  "manifest_version": 2,
  "name": "Nature HD Wallpapers Travel Inspiration Tab",
  "permissions": [
    "tabs"
  ],
  "short_name": "Nature HD Wallpapers Travel New Tab",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}