| Index: chrome/common/extensions/docs/examples/api/processes/show_tabs/manifest.json
|
| ===================================================================
|
| --- chrome/common/extensions/docs/examples/api/processes/show_tabs/manifest.json (revision 0)
|
| +++ chrome/common/extensions/docs/examples/api/processes/show_tabs/manifest.json (revision 0)
|
| @@ -0,0 +1,13 @@
|
| +{
|
| + "name": "Show Tabs in Process",
|
| + "version": "1.0",
|
| + "description": "Adds a browser action showing which tabs share the current tab's process.",
|
| + "permissions": [
|
| + "experimental", "tabs"
|
| + ],
|
| + "browser_action": {
|
| + "default_title": "Show Tabs in this Process",
|
| + "default_icon": "icon.png",
|
| + "popup": "popup.html"
|
| + }
|
| +}
|
|
|
| Property changes on: chrome\common\extensions\docs\examples\api\processes\show_tabs\manifest.json
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|