KORO : Modernize Your New Tab

KORO : Modernize Your New Tab

Replace an old and boring new tab with a beautiful, modern and fully feature personalized tab. You ll have great joy using it. :)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "KORO : Modernize Your New Tab",
  "author": "Gobinda Das, Bhaskar Das",
  "version": "20.0.2",
  "description": "Replace an old and boring new tab with a beautiful, modern and fully feature personalized tab. You ll have great joy using it. :)",
  "browser_action": {
    "default_icon": {
      "16": "logo161.png",
      "24": "logo241.png",
      "32": "logo321.png",
      "64": "logo641.png",
      "128": "logo1281.png"
    }
  },
  "icons": {
    "16": "logo161.png",
    "24": "logo241.png",
    "32": "logo321.png",
    "64": "logo641.png",
    "128": "logo1281.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "bookmarks",
    "file:///*",
    "activeTab"
  ]
}