Examine source code of MenuMafia POS

Inspect and view changes in MenuMafia POS 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": "MenuMafia POS",
  "version": "2.5.1",
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "storage",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "printerProvider",
    "system.display",
    "system.network",
    "webview",
    "alarms",
    "identity",
    "https://accounts.google.com/*",
    "https://www.googleapis.com/*",
    "http://localhost:3000/*",
    "https://maps.googleapis.com/*",
    "http://www.google.com/*",
    "geolocation",
    "https://www.menumafia.com/*",
    "https://accounts.google.com/*",
    "https://maps.gstatic.com/*",
    "gcm",
    "https://cdn.firebase.com/",
    "https://menumafia-demo-login.firebaseio.com/*",
    "https://www.youtube.com/*",
    "https://www.google-analytics.com/",
    "notifications",
    "alwaysOnTopWindows",
    "https://io-menumafia.rhcloud.com/*"
  ],
  "oauth2": {
    "client_id": "882112696869-9cfainu4498kgqcoad9nv0qrfr3akn6k.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  },
  "commands": {
    "manufacturer-panel": {
      "suggested_key": {
        "mac": "Command+Shift+M",
        "windows": "Alt+Shift+M",
        "default": "Alt+Shift+M"
      },
      "description": "Menu Mafia Admin pannel"
    }
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "sockets": {
    "tcpServer": {
      "listen": [
        "*:8080",
        "*:8181",
        "*:8282"
      ]
    }
  },
  "minimum_chrome_version": "31",
  "offline_enabled": true,
  "sandbox": {
    "pages": [
      "firebase.html"
    ],
    "content_security_policy": "sandbox allow-scripts; script-src https://cdn.firebase.com https://*.firebaseio.com https://*.firebaseio.com/*;"
  }
}