Pure Homepage

Pure Homepage

A simple homepage for newtab. WITHOUT ANY DATA COLLECTION.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Pure Homepage",
  "version": "0.0.0.3",
  "manifest_version": 2,
  "description": "A simple homepage for newtab. WITHOUT ANY DATA COLLECTION.",
  "icons": {
    "16": "icons/tab_16.png",
    "32": "icons/tab_32.png",
    "48": "icons/tab_48.png",
    "64": "icons/tab_64.png",
    "128": "icons/tab_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "homepage.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}