SichtDerDinge_Sortierer/extension/manifest.json

12 lines
168 B
JSON
Raw Normal View History

2026-03-02 23:34:29 +01:00
{
"manifest_version": 2,
"name": "Firefox Tab Monitor",
"version": "1.0",
"permissions": [
"tabs"
],
"background": {
"scripts": ["background.js"],
"persistent": true
}