Kuunga Desktop

Kuunga Desktop

New Tab for Google Chrome™. Increase New tab's power. Bookmarks, apps, recent, history, connectivity, statistics...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Kuunga Desktop",
  "manifest_version": 2,
  "version": "2.1.0",
  "description": "New Tab for Google Chrome™. Increase New tab's power. Bookmarks, apps, recent, history, connectivity, statistics...",
  "icons": {
    "16": "img/icon_016.png",
    "48": "img/icon_048.png",
    "128": "img/icon_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "kuunga.html"
  },
  "permissions": [
    "bookmarks",
    "chrome://favicon/",
    "management",
    "history",
    "topSites",
    "storage",
    "tts"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}