It's Called Fashion

The easiest way to shop fashion with your friends. Upgrade your shopping game
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "It's Called Fashion",
  "description": "The easiest way to shop fashion with your friends. Upgrade your shopping game",
  "version": "1.0.9",
  "icons": {
    "128": "icon_128.png"
  },
  "background": {
    "scripts": [
      "hot_reload.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>"
  ]
}