OneTab

OneTab

OneTab - Take your browser up a notch

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "OneTab",
  "short_name": "One Tab",
  "version": "1.0",
  "description": "OneTab - Take your browser up a notch",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "homepage_url": "https://onetab.live/",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "chrome_url_overrides": {
    "newtab": "html/index.html"
  },
  "permissions": [],
  "browser_action": {
    "default_title": "New Tab - OneTab",
    "default_icon": "icons/128x128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.bing.com https://www.googletagmanager.com https://www.w3.org https://fonts.googleapis.com https://chrome.google.com https://www.google-analytics.com https://ssl.google-analytics.com https://onetab.live; object-src 'self'",
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "OneTab Search",
      "keyword": "Keyword",
      "search_url": "https://onetab.live/index.php?k={searchTerms}",
      "favicon_url": "https://onetab.live/images/favicon-16x16.png",
      "encoding": "UTF-8",
      "is_default": true
    }
  }
}