Examine source code of AMTC compagnie

Inspect and view changes in AMTC compagnie 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
{
  "name": "AMTC compagnie",
  "manifest_version": 2,
  "version": "1.4resigned1",
  "description": "Permet de connaitre la disponibilité des bus de l'entreprise AMTC (Entreprise fictive du serveur Altis Life Agorapolis)",
  "icons": {
    "16": "AMTCIcone16.png",
    "48": "AMTCIcone48.png",
    "128": "AMTCIcone128.png"
  },
  "browser_action": {
    "default_icon": "AMTCIcone.png",
    "default_popup": "mainWindow.html",
    "default_title": "AMTC Company"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f228933b-50da-4fc9-8469-954760cd6ad0}"
    }
  }
}