保存
This commit is contained in:
27
public/apps/music-player/manifest.json
Normal file
27
public/apps/music-player/manifest.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"id": "music-player",
|
||||
"name": "音乐播放器",
|
||||
"version": "1.0.0",
|
||||
"description": "一个功能丰富的音乐播放器应用,支持播放本地音乐文件",
|
||||
"author": "外置应用开发者",
|
||||
"entryPoint": "index.html",
|
||||
"icon": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjQiIGN5PSIyNCIgcj0iMjIiIGZpbGw9IiNGRjY3MzEiLz4KPHBhdGggZD0iTTE5IDMyVjE2TDMxIDI0TDE5IDMyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+",
|
||||
"permissions": [
|
||||
"storage.read",
|
||||
"storage.write",
|
||||
"file.read",
|
||||
"system.notification"
|
||||
],
|
||||
"window": {
|
||||
"width": 600,
|
||||
"height": 400,
|
||||
"minWidth": 400,
|
||||
"minHeight": 300,
|
||||
"resizable": true,
|
||||
"minimizable": true,
|
||||
"maximizable": true,
|
||||
"closable": true
|
||||
},
|
||||
"category": "多媒体",
|
||||
"keywords": ["音乐", "播放器", "媒体", "音频"]
|
||||
}
|
||||
Reference in New Issue
Block a user