| Index: chrome/test/data/extensions/browsertest/crash_25562/manifest.json
|
| ===================================================================
|
| --- chrome/test/data/extensions/browsertest/crash_25562/manifest.json (revision 29866)
|
| +++ chrome/test/data/extensions/browsertest/crash_25562/manifest.json (working copy)
|
| @@ -1,17 +0,0 @@
|
| -{
|
| - "background_page": "background.html",
|
| - "content_scripts": [ {
|
| - "js": [ "script.js" ],
|
| - "matches": [ "http://*/*" ]
|
| - } ],
|
| - "description": "A page action with incorrect icon specification",
|
| - "name": "Test extension",
|
| - "page_actions": [ {
|
| - "icon": "chrome-16.png",
|
| - "id": "TestId",
|
| - "name": "Page action name",
|
| - "tooltip": "Page action tooltip"
|
| - } ],
|
| - "permissions": [ "http://*/*" ],
|
| - "version": "1.0"
|
| -}
|
|
|