osgi config file not working (not appearing in config manager). Incorrect name?
In order to create a cors entry, we created a file:
/myapp.ui.config/src/main/content/jcr_root/apps/myapp/osgiconfig/config.author.dev/com.adobe.granite.cors.impl.CORSPolicyImpl-myapp.cfg.json
When we deploy the project to the local author instance using mvn clean install -PautoInstallSinglePackage in the root, then look in the config manager, it is not there. Should it be?
Here I am assuming that when you run the AEM SDK locally, its in dev run mode.

above is only a config which was manually created. We would expect our mypp config to also be there.
The contents were this:
{
"alloworigin":["*"],
"alloworiginregexp":[],
"allowedpaths":[".*"],
"exposedheaders":[""],
"maxage":1800,
"supportedheaders":["*"],
"supportedmethods":["GET","POST"],
"supportedcredentials":"true"
}