Foxy Tabs - Modern new tab start page

Foxy Tabs - Modern new tab start page

Awesome new tab start page with your bookmarks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "default_locale": "en",
  "manifest_version": 3,
  "offline_enabled": true,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "short_name": "Foxy Tabs",
  "version": "2.1.1",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "assets/img/icons/logo16.png",
    "32": "assets/img/icons/logo32.png",
    "48": "assets/img/icons/logo48.png",
    "128": "assets/img/icons/logo128.png",
    "256": "assets/img/icons/logo256.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://www.google.com/s2/favicons",
    "https://*.gstatic.com/",
    "https://speeddials.opera.com/api/v1/thumbnails/"
  ]
}