beautyHelper

For skincare + makeup enthusiasts! Analyze cosmetic ingredients and search products on your favourite beauty sites ❣️
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "beautyHelper",
  "version": "1.2.5",
  "description": "For skincare + makeup enthusiasts! Analyze cosmetic ingredients and search products on your favourite beauty sites ❣️",
  "icons": {
    "16": "src/img/kiss16.png",
    "32": "src/img/kiss32.png",
    "48": "src/img/kiss48.png",
    "128": "src/img/kiss128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "src/img/kiss16.png",
      "24": "src/img/kiss24.png",
      "32": "src/img/kiss32.png"
    },
    "default_title": "beautyHelper",
    "default_popup": "src/html/ingredients.html"
  },
  "background": {
    "scripts": [
      "src/js/background.js"
    ]
  },
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus"
  ],
  "web_accessible_resources": [
    "src/data/ingredients.min.json"
  ],
  "manifest_version": 2
}