Examine source code of MOTORGATE

Inspect and view changes in MOTORGATE 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",
  "name": "MOTORGATE",
  "manifest_version": 2,
  "description": "MOTORGATE(モーターゲート)は、中古車販売店に『簡単』『便利』『スピーディー』な 販売管理システムを提供し、業務を幅広くサポート  在庫管理、販売支援、顧客管理など様々なニーズに応えます。",
  "version": "1.5",
  "app": {
    "urls": [
      "https://motorgate.jp/"
    ],
    "launch": {
      "web_url": "https://motorgate.jp/"
    }
  },
  "icons": {
    "128": "motorgate_logo_128_128_red.png"
  },
  "permissions": [
    "notifications"
  ]
}