Duo On PC, Windows 11/10/8 & Mac [Chrome BG]

Duo On PC, Windows 11/10/8 & Mac [Chrome BG]

Change chrome layout with Duo Image On PC, Windows & Mac. it has more features like- To-Do List, Notes, Web Games, Effects, Etc

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Duo On PC, Windows 11/10/8 & Mac [Chrome BG]",
  "version": "6.1.3",
  "description": "Change chrome layout with Duo Image On PC, Windows & Mac. it has more features like- To-Do List, Notes, Web Games, Effects, Etc",
  "action": {
    "default_icon": "images/icon128.png",
    "default_popup": "popup/popup.html"
  },
  "author": "Duo fans",
  "default_locale": "en",
  "background": {
    "service_worker": "background-service.js"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "offline_enabled": true,
  "permissions": [
    "topSites",
    "bookmarks",
    "unlimitedStorage",
    "storage",
    "alarms"
  ]
}