UPF Ingredient Analyser

UPF Ingredient Analyser

Chrome extension to analyse ingredients to check if product is UPF

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "UPF Ingredient Analyser",
  "version": "1.0",
  "description": "Chrome extension to analyse ingredients to check if product is UPF",
  "permissions": [],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}