Extension SEO Chrome by Uplix.fr

Extension SEO Chrome by Uplix.fr

Une extension qui regroupe tous les outils SEO essentiels !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Extension SEO Chrome by Uplix.fr",
  "description": "Une extension qui regroupe tous les outils SEO essentiels !",
  "version": "1.5.2",
  "manifest_version": 3,
  "minimum_chrome_version": "105",
  "icons": {
    "16": "public/icons/16.png",
    "48": "public/icons/48.png",
    "128": "public/icons/128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "action": {
    "default_title": "Outils SEO Uplix.fr",
    "default_popup": "src/popup/index.html"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.chunk-8269b7e7.ebdaab36.js"
      ],
      "run_at": "document_end",
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "permissions": [
    "scripting",
    "storage",
    "activeTab",
    "webNavigation",
    "webRequest"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/chunk-87797ab9.js",
        "assets/chunk-18b5f962.js",
        "assets/chunk-8269b7e7.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}