13 lines
445 B
Go
13 lines
445 B
Go
package util
|
|
|
|
import (
|
|
"go.mau.fi/mautrix-gmessages/libgm/binary"
|
|
)
|
|
|
|
var BrowserType = binary.BrowserTypes_CHROME
|
|
|
|
const GoogleAPIKey = "AIzaSyCA4RsOZUFrm9whhtGosPlJLmVPnfSHKz8"
|
|
const UserAgent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36"
|
|
const OS = "Linux"
|
|
const XUserAgent = "grpc-web-javascript/0.1"
|
|
const QRCodeURLBase = "https://support.google.com/messages/?p=web_computer#?c="
|