AI Gift For You

AI Gift For You

Discover the ideal present for any event through AI-generated gift ideas. Personalized recommendations for stress-free gifting.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AI Gift For You",
  "version": "1.0.1",
  "description": "Discover the ideal present for any event through AI-generated gift ideas. Personalized recommendations for stress-free gifting.",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_icon": "assets/logo-red.png"
  },
  "icons": {
    "16": "assets/logo-red.png",
    "32": "assets/logo-red.png",
    "48": "assets/logo-red.png",
    "128": "assets/logo-red.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://ai-gift-for-you.herokuapp.com/api/*"
  ]
}