Shoes & handbags sale

Shoes & handbags sale

Find shoes and handbag sales. Browse and enjoy, buy them if you think they are for you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Shoes & handbags sale",
  "short_name": "Find sales",
  "description": "Find shoes and handbag sales. Browse and enjoy, buy them if you think they are for you.",
  "version": "8.1",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ws-na.amazon-adsystem.com https://wms-na.amazon-adsystem.com https://apis.google.com https://platform.twitter.com https://connect.facebook.net https://ssl.google-analytics.com; object-src 'self'",
  "options_page": "options.html",
  "icons": {
    "16": "/images/shoe.png",
    "48": "/images/shoe.png",
    "128": "/images/shoe.png"
  },
  "permissions": [],
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Shoes and Handbags",
    "default_icon": "/images/shoe.png"
  },
  "manifest_version": 2
}