TRENDii | Inspired Buy

TRENDii | Inspired Buy

TRENDii is leading a crusade of individuals inspired by others. Here to help you feel like your favorite style icons, but better.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TRENDii | Inspired Buy",
  "version": "0.61",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "widget.css",
        "tiny-slider.css"
      ],
      "js": [
        "util.js",
        "app.js",
        "tiny-slider.js",
        "croppr.js"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://www.googletagmanager.com https://www.google-analytics.com https://www.google.com https://www.gstatic.com; object-src 'self'",
  "web_accessible_resources": [
    "widget-popup-html/inspiration-add-new-category_v1.html",
    "widget-popup-html/inspiration-add-new-category.html",
    "widget-popup-html/share.html",
    "widget-popup-html/widget-inspiration-popup_new.html",
    "widget-popup-html/widget-inspiration-popup_v2.html",
    "widget-popup-html/widget-inspiration-popup_v3.html",
    "widget-popup-html/widget-inspiration-popup_v4.html",
    "widget-popup-html/widget-inspiration-popup.html",
    "widget-popup-html/widget-loading-popup_new.html",
    "widget-popup-html/widget-loading-popup.html",
    "widget-popup-html/widget-login-popup_new.html",
    "widget-popup-html/widget-login-popup_v1.html",
    "widget-popup-html/widget-login-popup.html"
  ],
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "images/trendii16.png",
      "32": "images/trendii32.png",
      "48": "images/trendii48.png",
      "128": "images/trendii128.png"
    }
  },
  "icons": {
    "16": "images/trendii16.png",
    "32": "images/trendii32.png",
    "48": "images/trendii48.png",
    "128": "images/trendii128.png"
  },
  "description": "TRENDii is leading a crusade of individuals inspired by others. Here to help you feel like your favorite style icons, but better."
}