Gener8 Tabs

Gener8 Tabs

Gener8 transforms your "new tab" page to display breathtaking imagery to provide you with a moment of peace and calm.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "2.4.0",
  "short_name": "Gener8 Tabs",
  "name": "Gener8 Tabs",
  "description": "Gener8 transforms your \"new tab\" page to display breathtaking imagery to provide you with a moment of peace and calm.",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "minimum_chrome_version": "46",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://gener8tabs.com https://gener8ads.com; object-src 'self'",
  "icons": {
    "16": "icons/logo-16.png",
    "48": "icons/logo-48.png",
    "128": "icons/logo-128.png"
  },
  "permissions": [
    "cookies",
    "https://*.gener8ads.com/*"
  ]
}