helpjob-chrome-extension/helpjob/manifest.json
2024-05-28 23:06:36 +02:00

12 lines
235 B
JSON

{
"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"
}
}