| Index: chrome/common/extensions/docs/examples/tutorials/debugging/manifest.json
|
| diff --git a/chrome/common/extensions/docs/examples/tutorials/debugging/manifest.json b/chrome/common/extensions/docs/examples/tutorials/debugging/manifest.json
|
| deleted file mode 100644
|
| index 3170bf429f092a5afc9fa24fa31c26b11631813e..0000000000000000000000000000000000000000
|
| --- a/chrome/common/extensions/docs/examples/tutorials/debugging/manifest.json
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -{
|
| - "name": "My First Extension",
|
| - "version": "1.0",
|
| - "description": "The first extension that I made.",
|
| - "toolstrips": [
|
| - "my_toolstrip.html"
|
| - ],
|
| - "permissions": [
|
| - "http://api.flickr.com/"
|
| - ]
|
| -}
|
|
|