swiftify

swiftify

customize your new tab page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "swiftify",
  "version": "0.0.3",
  "short_name": "swiftify",
  "options_page": "options.html",
  "description": "customize your new tab page",
  "permissions": [
    "storage",
    "bookmarks",
    "geolocation"
  ],
  "icons": {
    "48": "icons/heen48.png",
    "128": "icons/heen128.png"
  },
  "action": {
    "default_title": "swiftify",
    "default_popup": "options.html"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}