blob: 16ac52bd889ae509aedb7725d164dfdde986d675 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"manifest_version": 2,
"name": "messaging",
"version": "1.0",
"description": "Creates a tab with a contextual identity.",
"browser_specific_settings": {
"gecko": {
"id": "tabs-create-2@tests.mozilla.org"
}
},
"background": {
"scripts": ["background.js"]
},
"permissions": [
"tabs",
"cookies"
]
}
|