I am trying to access the auto-generated key of my chrome extension, and place this in my manifest file, as detailed in the section titled Copy key to your manifest at https://developer.chrome.com/apps/app_identity.
However, in step 2, I cannot find the app ID shown in the 'installed apps and extensions' page in my user directory data (on macOS, the path is ~/Library/Application\ Support/Google/Chrome/Default/Extensions
).
I was wondering how to find this key, as I cannot find the folder corresponding to my app ID in the user data directory. Thanks!