friendsoftypo3/pwa_manifest
最新稳定版本:v1.1.0
Composer 安装命令:
composer require friendsoftypo3/pwa_manifest
包简介
This extension provides Web App Manifest configuration.
关键字:
README 文档
README
This extension adds PWA Web App Manifest configuration in TYPO3 Site Configuration
If you have any questions just drop a line in #initiative-pwa Slack channel.
Requirements
Extension requires TYPO3 in version at least 9.5.
| Version | TYPO3 |
|---|---|
| 2.x | 12.0 - 12.4 |
| 1.x | 9.5 - 11.5 |
Installation
Install extension using composer
composer require friendsoftypo3/pwa_manifest
then, include typoscript template, and go to page with ?type=835.
Configuration
Go straight to Site Configuration in your TYPO3 backend and edit your page.

Web App Manifest
Check reference for more information.
{
"short_name": "Maps",
"name": "Google Maps",
"icons": [
{
"src": "/images/icons-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/images/icons-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/maps/?source=pwa",
"background_color": "#3367D6",
"display": "standalone",
"scope": "/maps/",
"theme_color": "#3367D6"
}
Development
Development for this extension is happening as part of the TYPO3 PWA initiative, see https://typo3.org/community/teams/typo3-development/initiatives/pwa/
Credits
A special thanks goes to macopedia.com company, which is sponsoring development of this solution.
Developers involved in the project
- Łukasz Uznański (Macopedia)
统计信息
- 总下载量: 21.15k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 18
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2019-10-24