I am creating a google chrome extension for the first time. I implemented google signing in my Laravel app by Socialite module. After the user clicked signing and finish his stuff in the modal window he added/updated to the server and I have his token. The question is how I can add the google signing button to the chrome extension and ping/call the existing server. How I can use the same google app ID and one server for two apps?