Girl Dress Up

Girl Dress Up

Test your fashion sense from head to toe with Girl Dress Up.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "event.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "128": "128.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_app_name__"
  },
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_app_name__",
  "version": "4.1.2"
}