NewTab

NewTab

Быстрый доступ к сервисам и удобный поиск

Additional files are visible only to premium users

manifest.json


{
  "name": "NewTab",
  "description": "Быстрый доступ к сервисам и удобный поиск",
  "version": "0.4",
  "manifest_version": 2,
  "update_url": "http://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  }
}