Light Tab

Light Tab

Light tab- a spectrum of soft pastel wallpapers that will look pretty on your background and contribute to a calmness while working.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Light Tab",
  "description": "Light tab- a spectrum of soft pastel wallpapers that will look pretty on your background and contribute to a calmness while working.",
  "version": "1.01",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "64": "images/64.png",
    "128": "images/128.png"
  },
  "short_name": "Light Tab",
  "chrome_url_overrides": {
    "newtab": "html/tab.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "*://lighttab.me/*"
  ],
  "manifest_version": 3,
  "background": {
    "service_worker": "bg.js"
  }
}