make it work somehow

This commit is contained in:
s2
2017-12-11 15:52:42 +01:00
parent 0c72a810d2
commit 21a0f24eb6
2 changed files with 94 additions and 16 deletions

View File

@@ -1,7 +1,19 @@
{
"description": "color tabs based on their parent.",
"manifest_version": 2,
"name": "colortabgroups",
"name": "tab-groupcolor",
"version": "0.0.1",
"homepage_url": "https://git.e.tern.al/s2/colortabgroups",
"homepage_url": "https://git.e.tern.al/s2/tab-groupcolor",
"applications": {
"gecko": {
"id": "tab-groupcolor@31337.it",
"strict_min_version": "57.0"
}
},
"background": {
"scripts": ["bg.js"]
},
"permissions": [
"<all_urls>"
]
}