1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-01-05 11:32:20 +01:00
CanvasBlocker/webextension/manifest.json

11 lines
177 B
JSON
Raw Normal View History

{
"manifest_version": 2,
"name": "embeddedCanvasBlocker@kkapsner.de",
"version": "0.1",
"background": {
"scripts": ["background.js"]
},
"permissions": [
"storage"
]
}