Sejour Status Checker

Sejour Status Checker

A simple plugin to check the status of your sejour application on the French government website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sejour Status Checker",
  "description": "A simple plugin to check the status of your sejour application on the French government website.",
  "version": "1.0.3",
  "manifest_version": 3,
  "permissions": [
    "activeTab"
  ],
  "action": {
    "default_popup": "index.html",
    "default_title": "Open"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src https://administration-etrangers-en-france.interieur.gouv.fr"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}