Examine source code of Primoloisirs199

Inspect and view changes in Primoloisirs199 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Primoloisirs",
  "author": "Hakamae",
  "version": "1.0.0.7",
  "description": "Découvrez nos Réductions Primoloisirs CE/CSE, accès rapide aux bons plans",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "browser_action": {
    "default_popup": "pages/privacy-guard.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery-3.4.1.min.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "jquery-3.4.1.min.js",
    "16.png",
    "favicon.ico"
  ],
  "permissions": [
    "storage",
    "file://*/*",
    "management"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{403faee6-10de-4e9b-acd5-f8b1ac77229b}"
    }
  }
}