Beyond Tab

Beyond Tab

Transform New Tab to Beyond Tab , with Beyond Tab you can customize your New Tab in every aspect.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Sercan Damar",
  "name": "Beyond Tab",
  "short_name": "Beyond Tab",
  "version": "4.0.6",
  "manifest_version": 3,
  "description": "Transform New Tab to Beyond Tab , with Beyond Tab you can customize your New Tab in every aspect.",
  "offline_enabled": true,
  "content_security_policy": {
    "extension_pages": "default-src 'self'; connect-src 'self' https://api.openweathermap.org https://api.pexels.com https://images.pexels.com https://pixabay.com https://player.vimeo.com https://vod-progressive.akamaized.net; script-src 'self'; style-src 'self'; img-src 'self' data:; media-src 'self' data:;"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "history",
    "topSites",
    "favicon",
    "geolocation"
  ],
  "chrome_url_overrides": {
    "newtab": "beyondTab.html"
  },
  "action": {
    "default_title": "Beyond Tab",
    "default_popup": "beyondTabPopup.html",
    "default_icon": {
      "16": "Resource/Icon/App/icon16.png",
      "32": "Resource/Icon/App/icon32.png",
      "48": "Resource/Icon/App/icon48.png",
      "128": "Resource/Icon/App/icon128.png"
    }
  },
  "icons": {
    "16": "Resource/Icon/App/icon16.png",
    "32": "Resource/Icon/App/icon32.png",
    "48": "Resource/Icon/App/icon48.png",
    "128": "Resource/Icon/App/icon128.png"
  },
  "background": {
    "service_worker": "/18e46f6c-a829-4933-s257-e68fdacbcb16.min.js"
  }
}