Proto Tab

Proto Tab

Proto Tab - 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": "Proto Tab",
  "short_name": "Proto Tab",
  "version": "0.0.0.6",
  "description": "Proto Tab - Take your browser up a notch",
  "homepage_url": "http://proto-tab.com/",
  "chrome_url_overrides": {
    "newtab": "html/index.html"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Proto",
      "keyword": "Keyword",
      "search_url": "https://proto-search.com/search?q={searchTerms}",
      "favicon_url": "https://proto-tab.com/wp-content/uploads/2021/06/proto-favicon.ico",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "permissions": [],
  "browser_action": {
    "default_title": "New Tab - Proto Tab",
    "default_icon": "icons/proto-tab.jpg"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://api.bing.com https://cdn.jsdelivr.net https://ff.search.yahoo.com https://cdnjs.cloudflare.com https://chrome.google.com https://www.google-analytics.com https://ssl.google-analytics.com https://ibrowsersearch.com; object-src 'self'",
  "icons": {
    "128": "icons/proto-tab-128x128.jpg"
  }
}