Lilo - Solidarity shopping

Lilo - Solidarity shopping

Finance social projects with your online shopping.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_store_title_new__",
  "description": "__MSG_store_shortdesc_new__",
  "version": "4.0.0.0",
  "version_name": "4.0.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "src/popup/index.html"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader-erpbQI0j.js"
      ],
      "all_frames": true,
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end",
      "css": [
        "assets/index-B1vDzwdV.css"
      ]
    }
  ],
  "default_locale": "fr",
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "*.*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "assets/index.ts-mLoFJiGY.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "icons": {
    "16": "icons/lilo_tr_16.png",
    "32": "icons/lilo_tr_32.png",
    "48": "icons/lilo_tr_48.png",
    "64": "icons/lilo_tr_64.png",
    "128": "icons/lilo_tr_128.png",
    "256": "icons/lilo_tr_256.png"
  }
}