Initial Sortierer
This commit is contained in:
parent
9a3edd4046
commit
1d32171e21
7 changed files with 119 additions and 0 deletions
11
extension/manifest.json
Normal file
11
extension/manifest.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Firefox Tab Monitor",
|
||||
"version": "1.0",
|
||||
"permissions": [
|
||||
"tabs"
|
||||
],
|
||||
"background": {
|
||||
"scripts": ["background.js"],
|
||||
"persistent": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue