mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-18 02:08:09 +08:00
Merge pull request #291 from franzpoeschel/namespace-versioning
Use an inline namespace to distinguish emitted symbols by version numbers e4051f77d7
This commit is contained in:
15
manifest.json
Normal file
15
manifest.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user