Source code

Revision control

Copy as Markdown

Other Tools

{
"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"]
}