{
  "permissions": {
    "allow": [
      "Bash(flutter --version)",
      "Read(//opt/homebrew/share/flutter/**)",
      "Bash(git -C /opt/homebrew/share/flutter status)",
      "Bash(git -C /opt/homebrew/share/flutter status --porcelain)",
      "Bash(git -C /opt/homebrew/share/flutter diff --stat)",
      "Bash(git -C /opt/homebrew/share/flutter diff)",
      "Bash(git -C /opt/homebrew/share/flutter restore pubspec.lock)",
      "Bash(git -C /opt/homebrew/share/flutter status --short)",
      "Bash(flutter upgrade *)"
    ]
  }
}
