diff --git a/VERSION b/VERSION index b966e81..3a1f10e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.4 \ No newline at end of file +1.2.5 \ No newline at end of file diff --git a/app.py b/app.py index df823c6..ef41221 100644 --- a/app.py +++ b/app.py @@ -50,9 +50,9 @@ def inject_version(): def make_session_permanent(): session.permanent = True -@app.route('/manifest.json') +@app.route('/site.webmanifest') def serve_manifest(): - return send_file('manifest.json', mimetype='application/manifest+json') + return send_from_directory(os.path.join(app.root_path, 'static'), 'site.webmanifest', mimetype='application/manifest+json') @app.route("/favicon.ico") def favicon():