helpjob-chrome-extension/helpjob/manifest.json

12 lines
235 B
JSON
Raw Permalink Normal View History

2024-05-28 23:06:36 +02:00
{
"name": "Help Job Extension",
"version": "1.0",
"description": "Grabing your last alerts from Help Job.",
"browser_action": {
"default_icon": "icon.png",
"popup": "helpjob.html"
},
"icons":{
"128":"icon_128.png"
}
}