Examine source code of Facturation en ligne : Factomos

Inspect and view changes in Facturation en ligne : Factomos 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Facturation en ligne : Factomos",
  "description": "La gestion de votre facturation simplifiée pour TPE et indépendants. Une ergonomie bien faite et une prise en main immédiate.",
  "version": "2.0",
  "app": {
    "urls": [
      "*://factomos.com/"
    ],
    "launch": {
      "web_url": "https://factomos.com/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  }
}