42Assistant

42Assistant

A Google Chrome Extension that helps you visualize your intra 42 profile and logtime in a better and elegant UI and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "42Assistant",
  "version": "2.0.1",
  "description": "A Google Chrome Extension that helps you visualize your intra 42 profile and logtime in a better and elegant UI and more!",
  "host_permissions": [
    "*://*.intra.42.fr/"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "images/chrome/icon16.png",
      "32": "images/chrome/icon32.png",
      "48": "images/chrome/icon48.png",
      "128": "images/chrome/icon128.png"
    }
  },
  "icons": {
    "16": "images/chrome/icon16.png",
    "32": "images/chrome/icon32.png",
    "48": "images/chrome/icon48.png",
    "128": "images/chrome/icon128.png"
  },
  "manifest_version": 3
}