Fashion on budget

Fashion on budget

Fashion on budget looks for the best deals on clothes, shoes and bags with 50% off and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "description": "Fashion on budget looks for the best deals on clothes, shoes and bags with 50% off and more.",
  "homepage_url": "http://www.fashiononbudget.appspot.com",
  "manifest_version": 2,
  "name": "Fashion on budget",
  "permissions": [
    "http://api.shopstyle.com/*"
  ],
  "version": "1.0.0"
}