Gacha Life

Gacha Life

Gacha Life extension provide you with Gacha Life on PC new tab page. Created for Gacha Life fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Gacha Life",
  "background": {
    "scripts": [
      "js/gachalife.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "description": "Gacha Life extension provide you with Gacha Life on PC new tab page. Created for Gacha Life fans.",
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "version": "230.120.140.214"
}