blob: bdbdb1e22543aea4a547a183dacb42a8df60f7f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "Show Tabs in Process",
"version": "1.0",
"description": "Adds a browser action showing which tabs share the current tab's process.",
"permissions": [
"processes", "tabs", "chrome://favicon/*"
],
"browser_action": {
"default_title": "Show Tabs in this Process",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"manifest_version": 2
}
|