Initial Sortierer

This commit is contained in:
bwe 2026-03-02 23:34:29 +01:00
parent 9a3edd4046
commit 1d32171e21
7 changed files with 119 additions and 0 deletions

11
extension/manifest.json Normal file
View file

@ -0,0 +1,11 @@
{
"manifest_version": 2,
"name": "Firefox Tab Monitor",
"version": "1.0",
"permissions": [
"tabs"
],
"background": {
"scripts": ["background.js"],
"persistent": true
}