People

People

The People extension is making browsing super fast and efficient for todays web users.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "static/js/background.js"
  },
  "version": "1.0.5",
  "manifest_version": 3,
  "name": "People",
  "description": "The People extension is making browsing super fast and efficient for todays web users.",
  "homepage_url": "https://people-tab.com/",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "img/icon16px.png",
    "48": "img/icon48px.png",
    "128": "img/icon128px.png"
  },
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "People",
      "keyword": "Keyword",
      "search_url": "https://search.people-tab.com/search?q={searchTerms}",
      "favicon_url": "https://people-tab.com/wp-content/uploads/2021/04/favicon.ico",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "content_security_policy": {}
}