Space background pictures new tab

Space background pictures new tab

Extention shows Space picture in background of every new tab!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "manifest_version": 3,
  "name": "Space background pictures new tab",
  "version": "1.0.5",
  "description": "Extention shows Space picture in background of every new tab!",
  "permissions": [
    "cookies",
    "storage"
  ],
  "host_permissions": [
    "*://spacenewtab.com/",
    "*://*.spacenewtab.com/"
  ],
  "chrome_url_overrides": {
    "newtab": "spbg.html"
  },
  "icons": {
    "16": "space-icon.png",
    "48": "space-icon.png",
    "128": "space-icon.png"
  },
  "action": {
    "default_icon": "space-icon.png"
  }
}