This file is indexed.

/usr/share/games/flightgear/Phi/examples/fgpanel.json is in flightgear-phi 2016.4.2+dfsg1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
{       
  "instrumentSelector": ".instrument",
  "instrumentDataKey": "fgpanel-instrument",
  "updateInterval": 50,

  "propertyMirror": [
    [ "roll",      "/instrumentation/attitude-indicator/indicated-roll-deg" ],
    [ "pitch",     "/instrumentation/attitude-indicator/indicated-pitch-deg" ]
  ]
}