Startify

A customizable and beautiful new tab page for your browser.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "icons": {
    "16": "icon16.plasmo.87ddb62d.png",
    "32": "icon32.plasmo.38369f2b.png",
    "48": "icon48.plasmo.1958ffe0.png",
    "64": "icon64.plasmo.d4b75682.png",
    "128": "icon128.plasmo.2e986fa7.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.87ddb62d.png",
      "32": "icon32.plasmo.38369f2b.png",
      "48": "icon48.plasmo.1958ffe0.png",
      "64": "icon64.plasmo.d4b75682.png",
      "128": "icon128.plasmo.2e986fa7.png"
    }
  },
  "version": "0.0.11",
  "author": "PawelGawlikDev",
  "name": "Startify",
  "description": "A customizable and beautiful new tab page for your browser.",
  "background": {
    "scripts": [
      "static/background/index.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d5e5fe42-da08-4573-8ffd-6075ae68c834}"
    }
  },
  "chrome_settings_overrides": {
    "homepage": "newtab.html"
  },
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ]
}