Windows Update

Windows Update

Make your computer screen display a fake update for when you don't feel like doing work.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Windows Update",
  "version": "1.0",
  "description": "Make your computer screen display a fake update for when you don't feel like doing work.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "action": {},
  "background": {
    "service_worker": "back.js"
  }
}