roboMUA

roboMUA

Upload a picture and get an instant AI makeup suggestion based on your skin tone

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "roboMUA",
  "description": "Upload a picture and get an instant AI makeup suggestion based on your skin tone",
  "version": "1.0",
  "manifest_version": 3,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": "icon16.png",
    "default_title": "Find your shade"
  }
}