Project Conquerors & Vous

Project Conquerors & Vous

Etat de PCSTV1 & PCSTV2, Youtube, liste des annonces, articles et tournois.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Project Conquerors & Vous",
  "short_name": "PCS",
  "version": "3.3.3",
  "description": "Etat de PCSTV1 & PCSTV2, Youtube, liste des annonces, articles et tournois.",
  "author": "Belias, Kiwi, HaXGamiG",
  "background": {
    "page": "popup.v2.html"
  },
  "browser_action": {
    "default_icon": "assets/img/icon-128.png",
    "default_title": "Project Conquerors",
    "default_popup": "popup.v2.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.amazon.fr/*",
        "https://*.instant-gaming.com/*",
        "https://*.gamesplanet.com/*",
        "https://*.ldlc.com/*"
      ],
      "js": [
        "assets/js/jquery-3.3.1.min.js",
        "assets/js/contentscript.js"
      ]
    }
  ],
  "homepage_url": "https://www.project-conquerors.com/",
  "options_page": "options.html",
  "permissions": [
    "notifications",
    "background",
    "storage",
    "https://my.project-conquerors.com/*",
    "https://*.amazon.fr/*",
    "https://*.instant-gaming.com/*",
    "https://*.gamesplanet.com/*",
    "https://*.ldlc.com/*"
  ],
  "icons": {
    "16": "assets/img/icon-16.png",
    "32": "assets/img/icon-32.png",
    "48": "assets/img/icon-48.png",
    "128": "assets/img/icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg4qA1RN/9UoTmOklIEctPSY6xP+DWeC1tgM6KDCvtL7T3mEJT2V5cs2t1iwv+CBqtUYKtpEfQnQXXT/Q4xAtLSVRWSBWoUzf0jMk8uNM2GIZwFhz0Wexme4o1TIYTTQZjblcrwytZTZRPj4FVX8b/5+7o9CZXoMlx+uHO4bRjYLD5fBJgl70ZpyApmcd/rkKlq3iXaiHH3AOKq7b1AIprgkp4b4CcnzQQbN9HI7cj9eiupCBe1oDFobtQe7repfN2IICy2lRFewmAKkq4Gma9AQJCspLHkjp1+UeL7wxOJC/j5a4krqLGgAcH/eZsripCH2Iz+6t8GTWRQb5hpjloQIDAQAB",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    "assets/img/pcs-black.png"
  ],
  "manifest_version": 2
}