{
    "extensions": [
        {
            "type": "@WebInspector.ToolbarItem.Provider",
            "className": "WebInspector.AnimationTimeline.ButtonProvider",
            "order": 2,
            "location": "styles-sidebarpane-toolbar"
        },
        {
            "type": "drawer-view",
            "name": "animations",
            "title": "Animations",
            "persistence": "closeable",
            "order": 0,
            "className": "WebInspector.AnimationTimeline"
        }
    ],
    "dependencies": [
        "elements"
    ],
    "scripts": [
        "AnimationModel.js",
        "AnimationGroupPreviewUI.js",
        "AnimationScreenshotPopover.js",
        "AnimationTimeline.js",
        "AnimationUI.js"
    ],
    "resources": [
        "animationScreenshotPopover.css",
        "animationTimeline.css"
    ]
}
