| Index: chrome/test/data/extensions/browsertest/crash_44415/ExtA/manifest.json
|
| ===================================================================
|
| --- chrome/test/data/extensions/browsertest/crash_44415/ExtA/manifest.json (revision 0)
|
| +++ chrome/test/data/extensions/browsertest/crash_44415/ExtA/manifest.json (revision 0)
|
| @@ -0,0 +1,10 @@
|
| +{
|
| + "name": "Popup Test",
|
| + "version": "1.0",
|
| + "page_action": {
|
| + "default_icon": "icon.png",
|
| + "popup": "popup.html"
|
| + },
|
| + "background_page": "background.html",
|
| + "permissions": [ "tabs", "http://*/*" ]
|
| +}
|
|
|
| Property changes on: chrome\test\data\extensions\browsertest\crash_44415\ExtA\manifest.json
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|