Kyte

Kyte

Kyte saves your ten favourite websites and loads them instantly every time you open a new tab in your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Kyte",
  "short_name": "Keep tabs on your favourite websites",
  "description": "Kyte saves your ten favourite websites and loads them instantly every time you open a new tab in your browser.",
  "version": "1.4",
  "incognito": "split",
  "background": {
    "scripts": [
      "assets/bg.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "img/16.jpg",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "manifest_version": 2
}