Simple Tab

Simple Tab

It's simple and replaces your current Chrome New Tab window with a feature packed New Tab

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Simple Tab",
  "short_name": "Simple Tab",
  "version": "1.0.3",
  "description": "It's simple and replaces your current Chrome New Tab window with a feature packed New Tab",
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "favicon_url": "https://thesimpletab.com/wp-content/uploads/2021/06/256-simple.png",
      "is_default": true,
      "keyword": "Keyword",
      "name": "Simple Tab",
      "search_url": "https://search.thesimpletab.com/search?q={searchTerms}"
    }
  },
  "icons": {
    "32": "assets/images/32-simple.png",
    "64": "assets/images/64-simple.png",
    "128": "assets/images/128-simple.png"
  },
  "author": "Stone Intelligence",
  "action": {
    "browser_style": false,
    "default_title": "Simple Tab"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}