Examine source code of MAIA - eCommerce

Inspect and view changes in MAIA - eCommerce 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": "MAIA - eCommerce",
  "version": "1.0",
  "description": "Vereinfacht die Nutzung von MAIA eCommerce inkl. Kassensystem",
  "author": "MAIA eCommerce",
  "icons": {
    "16": "icons/MAIA-logo-16.png",
    "48": "icons/MAIA-logo-48.png",
    "128": "icons/MAIA-logo-128.png"
  },
  "page_action": {
    "default_icon": "icons/MAIA-logo-16.png",
    "default_title": "MAIA - Kassendisplay",
    "default_popup": "kasseninfo.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "http://*/?action=viewPointOfSalesTerminal&tmpl=popup&modul=pointofsalesmanagement*",
    "http://*/?modul=pointofsalesmanagement&action=viewCustomerDisplay&tmpl=popup*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}