Lamborghini New Tab

Lamborghini New Tab

Download Lamborghini most beautiful wallpapers and new tab page extension free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Lamborghini New Tab",
  "version": "1.1.2",
  "description": "Download Lamborghini most beautiful wallpapers and new tab page extension free.",
  "default_locale": "en",
  "author": "Addiyos",
  "manifest_version": 2,
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "scripts": [
      "assets/addiyos.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "tabs",
    "bookmarks",
    "history",
    "topSites",
    "chrome://favicon/",
    "geolocation"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png"
    },
    "default_title": "Lamborghini Custom New Tabs and Wallpapers"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Addiyos",
      "keyword": "Addiyos custom search",
      "search_url": "https://addiyos.com/search?q={searchTerms}",
      "favicon_url": "https://addiyos.com/favicon.ico",
      "suggest_url": "https://addiyos.com/suggest?q={searchTerms}",
      "instant_url": "https://addiyos.com/instant?q={searchTerms}",
      "image_url": "https://addiyos.com/image?q={searchTerms}",
      "search_url_post_params": "search_lang=tr",
      "suggest_url_post_params": "suggest_lang=tr",
      "instant_url_post_params": "instant_lang=tr",
      "image_url_post_params": "image_lang=tr",
      "encoding": "UTF-8",
      "is_default": true
    }
  }
}