Slide 14
Slide 14 text
簡単セットアップ
manifestファイルの⾃動⽣成
{
"manifest_version": 3,
"name": "⼀休社内拡張機能",
"description": "⼀休社内で使⽤する拡張機能です",
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Default Popup Title",
"default_popup": "popup.html"
},
entrypoints
background
content
newtab
popup
sidepanel
manifest.json