Epitech Manager

Epitech Manager

L'utilitaire Epitech dont vous ne pourrez plus vous passer !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "EpiManager",
  "name": "Epitech Manager",
  "description": "L'utilitaire Epitech dont vous ne pourrez plus vous passer !",
  "version": "1.4.1",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "EpiManager",
    "default_icon": {
      "16": "16.png",
      "48": "48.png",
      "96": "96.png",
      "128": "128.png"
    }
  },
  "background": {
    "scripts": [
      "background_update.js",
      "background_notif.js"
    ]
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "96": "96.png",
    "128": "128.png"
  },
  "permissions": [
    "notifications",
    "proxy",
    "https://intra.epitech.eu/*",
    "tabs"
  ],
  "web_accessible_resources": [
    "48.png"
  ]
}