If you plan to support WebGL1 in your app, which you should since iOS/Safari still only have experimental WebGL2 support then you are targeting OpenGL ES 2.0.
Playcanvas/WebGL2 supports the newer GLSL 3.0 version and it can compile to it given a special directive, just make sure you have fallbacks for browsers not supporting this.