Blurry icon when launching google-chrome with flag --app - google-chrome

Whenever I launch google-chrome browser with the --app flag, the corresponding icon of the browser appears blurry.
google-chrome --app=https://google.com

Related

Chrome dev tools won't open. How do I troubleshoot that?

I have a chrome browser open. I press f12 and nothing happens. I click the three dots at the top right, click More Tools, click Developer Tools, and nothing happens. The Developer Tools options is not grayed out. There is no icon in the task bar so this isn't a "hidden window" issue. I've restarted Chrome. I've rebooted and I've uninstalled/reinstalled Chrome. I'm on Chrome version Version 89.0.4389.82 (Official Build) (64-bit) and Windows 10 Version 1909 (OS Build 18363.1440). What steps can I take to resolve this.
UPDATE: Using chrome task manager, I do see that the dev tools process is being kicked off and running, it's just not visible in any way.
UPDATE 2: If I run in incognito mode, devtools works. I have already disabled all extensions and cleared all site data (cookies and files). Still nothing for devtools in non-incognito chrome.

chrome disable security messed chrome functioning

google image
Hi, stackoverflow, i am trying to debug a react native app on a Mac and when i open chrome in disabled security mode, the data rendered by google chrome is not normal.
google resultas are not shown, and the design of chrome get messed (the image above)
this is the command : open /Applications/Google\ Chrome.app --args --disable-web-security --user-data-dir
You are probably using Chrome 67.
This problem has been fixed in the last Canary, so you can:
wait for the next Chrome
use an old version (e.g. install Chromium 66)
or you can:
Add the --disable-site-isolation-trials argument to chrome via https://docs.cypress.io/api/plugins/browser-launch-api.html#Usage
Reference: https://github.com/cypress-io/cypress/issues/1951#issuecomment-401579981

Is Chrome flag --app=http://localhost here to stay?

I am creating a HTML desktop app using Chrome that is starting from command line (Windows bat file) using this command chrome.exe --app=http://localhost. Flag --app starts Chrome window without home button and address bar. It looks like a desktop app. But I was wondering if Google will keep (support) this option since they stopped supporting Chrome apps (only working on Chromebooks)

How to force links opened from Chrome app mode remains in app mode

I can start chrome in app mode by chrome.exe --app=http://mywebsite.com
However the problem is, from mywebsite.com any link that opens a new window will then open a full chrome window, i.e. with address bar, bookmarks and etc.
Is it possible to force chrome to remain in the app mode so all links will be opened in an 'app-mode' window too.
Thanks
Can you give more context in your question? (What you are you trying to accomplish, in what scenario)
this functionality doesn't look to be available from a bash or cmd command:
https://stackoverflow.com/a/23647808/6791342
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/google-chrome-developer-tools/mKDeMepwdgE/q3X3rNn2wFAJ
However, I remember this option being available running Selenium UI-tests in Java which utilizes ChromeDriver
https://chromedriver.chromium.org/mobile-emulation

How can I launch Chrome in App mode full screen

I am installing a shortcut to launch Chrome to launch our website.
I'd like to launch it in -App mode but then it doesn't launch full screen.
(If the user makes it full screen once, it seems to "remember" that, but our users are brain injured and can't be dependended on to know how to make it full screen.
I tried:
--kiosk mode (had no effect)
--start-maximized -App= -still started out not maximized