Night Search

Night Search new tab page with weather widget and dark wallpapers
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.9.1",
  "manifest_version": 3,
  "name": "Night Search",
  "description": "Night Search new tab page with weather widget and dark wallpapers",
  "short_name": "Night Search",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "geolocation",
    "topSites",
    "storage"
  ],
  "background": {
    "service_worker": "js/bg.js"
  },
  "action": {
    "default_icon": {
      "16": "Icons/16.png",
      "24": "Icons/24.png",
      "128": "Icons/128.png"
    }
  },
  "icons": {
    "16": "Icons/16.png",
    "24": "Icons/24.png",
    "128": "Icons/128.png"
  }
}