{
    "type": "Ext.app.Application",
    "reference": {
        "name": "items",
        "type": "array"
    },
    "codeClass": null,
    "userConfig": {
        "models": [
            "ProductTreeModel",
            "BasketModel"
        ],
        "name": "PowerOrder",
        "views": [
            "MyViewport",
            "productlist",
            "basket",
            "findbycollection",
            "findbysku",
            "findbytag",
            "search",
            "productdetails"
        ]
    },
    "configAlternates": {
        "models": "typedarray",
        "name": "string",
        "views": "typedarray"
    },
    "name": "Application",
    "designerId": "application"
}