Fashion Colour Match

Fashion Colour Match

A convenient and fun way to browse featured clothing & accessories from some of the best US online stores.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Fashion Colour Match",
  "version": "1.0",
  "manifest_version": 2,
  "description": "A convenient and fun way to browse featured clothing & accessories from some of the best US online stores.",
  "icons": {
    "128": "icon_128.png"
  },
  "content_security_policy": "script-src 'self' https://onlineshoppingusa.com.au; object-src 'self'",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  }
}