New Tab - Fresh

New Tab - Fresh

Beautiful photos every time you open a new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "New Tab - Fresh",
  "version": "3.0.0",
  "description": "Beautiful photos every time you open a new tab",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "192": "images/android-chrome-192x192.png",
    "384": "images/android-chrome-384x384.png"
  },
  "homepage_url": "https://github.com/shahbhavir",
  "short_name": "New Tab"
}