FashionGo Style Match+

FashionGo Style Match+

A Chrome extension for FashionGo

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "FashionGo Style Match+",
  "version": "1.0.4",
  "default_locale": "en",
  "description": "A Chrome extension for FashionGo",
  "homepage_url": "https://www.fashiongo.net/style-match-plus/homepage",
  "permissions": [
    "contextMenus",
    "notifications",
    "scripting",
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/loading.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "css": [
        "instagram.css"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "css": [
        "uiInjection.css"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {},
  "icons": {
    "16": "icons/fg_icon_16.png",
    "32": "icons/fg_icon_32.png",
    "48": "icons/fg_icon_48.png",
    "128": "icons/fg_icon_128.png"
  }
}