Koral

Koral

Koral viser dig second-hand alternativer fra top platforme direkte i din browser, mens du shopper.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "da",
  "version": "1.1.1",
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "scripting",
    "tabs"
  ],
  "background": {
    "service_worker": "build/background.js",
    "type": "module"
  },
  "action": {
    "default_title": "Koral Shopping"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "build/injection.js"
      ],
      "run_at": "document_end"
    }
  ],
  "host_permissions": [
    "https://*/*",
    "https://api.its-koral.com/*",
    "https://uat.its-koral.com/*",
    "https://www.its-koral.com/*",
    "<all_urls>"
  ],
  "icons": {
    "16": "/img/KoralLogoRoundedActive16.png",
    "32": "/img/KoralLogoRoundedActive32.png",
    "48": "/img/KoralLogoRoundedActive48.png",
    "128": "/img/KoralLogoRoundedActive128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/img/KoralLogoActive64.png",
        "/img/KoralLogoInActive64.png",
        "/img/KoralLogoRoundedActive48.png",
        "/img/Bg.svg",
        "/img/KoralNoProduct.svg",
        "/img/placeholder.png",
        "/video/found.mp4",
        "/video/searching.mp4",
        "/video/header.mp4",
        "/fonts/NaNHolo-Narrow-VF.woff2"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ]
}