Sust: Get Sustainable Fashion

Sust: Get Sustainable Fashion

Empowering fashion consumers to make more sustainable choices, motivating brands to offer more sustainable items

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Sust: Get Sustainable Fashion",
  "version": "1.0.5",
  "description": "Empowering fashion consumers to make more sustainable choices, motivating brands to offer more sustainable items",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "assets/img/Sust_Logo_Icon_Black_16x16.png",
      "19": "assets/img/Sust_Logo_Icon_Black_19x19.png",
      "32": "assets/img/Sust_Logo_Icon_Black_32x32.png",
      "38": "assets/img/Sust_Logo_Icon_Black_38x38.png",
      "48": "assets/img/Sust_Logo_Icon_Black_48x48.png",
      "64": "assets/img/Sust_Logo_Icon_Black_64x64.png",
      "128": "assets/img/Sust_Logo_Icon_Black_128x128.png"
    },
    "default_title": "Sust",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "assets/img/Sust_Logo_Icon_Lilac_16x16.png",
    "19": "assets/img/Sust_Logo_Icon_Lilac_19x19.png",
    "32": "assets/img/Sust_Logo_Icon_Lilac_32x32.png",
    "38": "assets/img/Sust_Logo_Icon_Lilac_38x38.png",
    "48": "assets/img/Sust_Logo_Icon_Lilac_48x48.png",
    "64": "assets/img/Sust_Logo_Icon_Lilac_64x64.png",
    "128": "assets/img/Sust_Logo_Icon_Lilac_128x128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "Platform.js",
        "Discovery.js",
        "ProductUi.js",
        "UiController.js",
        "content.js",
        "Utils.js"
      ],
      "css": [
        "assets/css/idb.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/img/*",
        "assets/font/*",
        "assets/css/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}