manifest.json 設定
この記事では、manifest.jsonがサポートするすべてのフィールドについて詳しく説明します
{
"id": "LBCZE8V6LPCKD",
"version": "1.0.0",
"platform": "all",
"arch": "all",
"name": "ウィンドウプラグイン",
"logo": "/logo.png",
"keywords": [],
"devTools": false,
"main":
{
"url": "index.html",
"width": 640,
"height": 480,
"minWidth": 640,
"minHeight": 480,
"maxWidth": 640,
"maxHeight": 480,
"alwaysOnTop": false,
"frame": true,
"fullscreenable": true,
"maximizable": true,
"minimizable": true,
"resizable": true,
"backgroundColor": "#ffffff",
"shortcut": "",
"multiple": false,
"runAfterInstall": false
}
}フィールドの説明:
最終更新