Gacha Life New Tab

Gacha Life New Tab

Gacha Life extension provide you with HD Gacha Life wallpaper backgrounds. 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",
  "background": {
    "scripts": [
      "js/bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "Gacha Life extension provide you with HD Gacha Life wallpaper backgrounds. Created for Gacha Life fans. ",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2,
  "name": "Gacha Life New Tab",
  "offline_enabled": true,
  "version": "109.200.20.2",
  "permissions": [
    "topSites",
    "bookmarks"
  ]
}