standardnotes / forum

Support from other community members. For 1-on-1 help, please contact help@standardnotes.com.
https://forum.standardnotes.org
196 stars 9 forks source link

Icons Have Wrong Path in manifest.json #1999

Closed necopinus closed 6 years ago

necopinus commented 6 years ago

App icons have the wrong path in manifest.json; since the icons are located in /favicon rather than /, the relevant section should be:

    "icons": [
        {
            "src": "/favicon/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/favicon/android-chrome-384x384.png",
            "sizes": "384x384",
            "type": "image/png"
        }
    ],

This is observable on https://app.standardnotes.org/, where trying to use the Create shortcut... option on Chrome OS fails to pull the app icon, and pulling up the application manifest in the development tools reveals that neither icon can be loaded.

moughxyz commented 6 years ago

Ah thanks, will get this fixed.