Search code examples
angularjsurlweburl-routingmanifest

Web App Manifest: hash in start_url


Is there a way to set the hash in a web app manifest ? Something like that:

"start_url": "/#/admin",

I tried it but it doesn't work.

Any idea ?


Solution

  • Try with this: "start_url": "./"

    Pay attention that all links are relative to the manifest file, meaning if your manifest is in /assets folder, you need to return to root to get that index.html file.