Gacha Life

Gacha Life

Gacha Life is the Lunime game. It has new characters. Gacha Life game can dress up with characters, hairstyles, outfits, and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gacha Life",
  "version": "2.1",
  "manifest_version": 3,
  "description": "Gacha Life is the Lunime game. It has new characters. Gacha Life game can dress up with characters, hairstyles, outfits, and more.",
  "icons": {
    "128": "icon-128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "https://gacha-life-app.blogspot.com/*"
  ],
  "offline_enabled": true,
  "chrome_url_overrides": {
    "newtab": "app.html"
  }
}