Files
kiss-vscode/projects/kiss-firefox/template/manifest.json

20 lines
259 B
JSON

{
"manifest_version": 2,
"name": "template",
"version": "0.0",
"description": "",
"icons": {
"48": "icons/icon-48.png"
},
"content_scripts": [
{
"matches": [],
"js": ["bin/browser-polyfill.js", "bin/main.js"]
}
]
}