Macify - macOS screensaver videos new tab

Macify - macOS screensaver videos new tab

Turn your Chrome's new tab page into macOS's gorgeous screensaver aerial videos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_sys_name__",
  "version": "1.9.1",
  "description": "__MSG_sys_description__",
  "permissions": [
    "storage"
  ],
  "optional_permissions": [
    "history"
  ],
  "action": {
    "default_popup": "options.html"
  },
  "options_page": "options.html",
  "icons": {
    "128": "res/icon.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "chrome_url_overrides": {
    "newtab": "popup.html"
  },
  "default_locale": "en"
}