Who Dress Me Up Best

Who Dress Me Up Best

Who Dress Me Up Best is a very addictive dress up game. Remember the time your parents bought you little dolls for you to decorate…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Who Dress Me Up Best",
  "version": "1.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icon.png",
    "128": "icon_128.png"
  },
  "action": {}
}