Neon Space Backgrounds

Neon Space Backgrounds

Neon Space New Tab Wallpapers, designed for neon space lovers. Replaces your new tab with an awesome neon space new tab wallpapers.

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_name__",
  "version": "18.09.1.781",
  "description": "__MSG_description__",
  "default_locale": "en",
  "icons": {
    "128": "images16/icon7.png"
  },
  "background": {
    "service_worker": "js18/background16.js"
  },
  "chrome_url_overrides": {
    "newtab": "tab2.html"
  },
  "action": {
    "default_title": "neon space"
  }
}