Files
toml11/manifest.json
ToruNiina 46ba66edc3 feat: change some unreleased features as ext
some features introduced in toml-lang v1.1.0 have been postponed.
so those features are renamed as library extensions (`v_1_1_0` -> `ext_`).
those will not be removed because they may be introduced in the future
release of toml-lang. bd1bae2b51
2025-12-02 14:41:26 +00:00

16 lines
278 B
JSON

{
"name": "toml11",
"short_name": "toml11",
"start_url": "/toml11/",
"scope": "/toml11/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "/toml11/favicon.svg",
"sizes": "512x512"
}
]
}