]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
Merge pull request #9863 from Extarys/frio-pwa
[friendica.git] / static / routes.config.php
index 4ad122fbf20612cc2dd7312439a9d56eedc2c880..879a48db803669c1570ee83991ace8a84aa639df 100644 (file)
@@ -301,6 +301,7 @@ return [
        '/magic'              => [Module\Magic::class,           [R::GET]],
        '/maintenance'        => [Module\Maintenance::class,     [R::GET]],
        '/manifest'           => [Module\Manifest::class,        [R::GET]],
+       '/friendica.webmanifest'  => [Module\Manifest::class,    [R::GET]],
        '/modexp/{nick}'      => [Module\PublicRSAKey::class,    [R::GET]],
        '/newmember'          => [Module\Welcome::class,         [R::GET]],
        '/nodeinfo/1.0'       => [Module\NodeInfo110::class,     [R::GET]],