StyleU

StyleU

StyleHaul is the leading global style network where brands, creators and the style-obsessed unite. Our community of over 6000…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "StyleU",
  "description": "",
  "default_locale": "es",
  "version": "0.4.5",
  "homepage_url": "http://stylehaul.com",
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "cookies",
    "<all_urls>",
    "clipboardWrite",
    "background"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://apis.google.com/*"
      ],
      "all_frames": true,
      "css": [
        "compiled.css"
      ],
      "js": [
        "0.js"
      ]
    },
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "css": [
        "compiled.css"
      ],
      "js": [
        "1.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "web_accessible_resources": [
    "lib/jquery.min.js",
    "js/parse-1.6.7.min.js",
    "js/ga.js",
    "js/utilities.js",
    "fonts/OpenSans.ttf",
    "js/ga.js",
    "lib/moment.js",
    "images/logo.png",
    "images/sh-emblem.png",
    "images/check.png",
    "images/info_light.png",
    "images/info_dark.png",
    "images/cross.png",
    "images/arrow.png",
    "images/magiclinks.png"
  ]
}