| Index: chrome/common/extensions/docs/examples/api/infobars/sandwichbar/manifest.json
|
| diff --git a/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/manifest.json b/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/manifest.json
|
| deleted file mode 100644
|
| index 0ebfe5cef4aa886c6bd00032125cf3c5599ecf8c..0000000000000000000000000000000000000000
|
| --- a/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/manifest.json
|
| +++ /dev/null
|
| @@ -1,26 +0,0 @@
|
| -{
|
| - "name" : "SandwichBar",
|
| - "version" : "1.0.1",
|
| - "description" : "Shows an infobar on pages which contain the word 'sandwich'",
|
| - "background" : {
|
| - "scripts": ["background.js"]
|
| - },
|
| - "permissions" : [ "infobars" ],
|
| - "icons" : {
|
| - "16" : "sandwich-16.png",
|
| - "48" : "sandwich-48.png",
|
| - "128" : "sandwich-128.png"
|
| - },
|
| - "content_scripts" : [
|
| - {
|
| - "matches" : [
|
| - "http://*/*",
|
| - "https://*/*"
|
| - ],
|
| - "js" : [ "contentscript.js" ],
|
| - "run_at" : "document_idle",
|
| - "all_frames" : false
|
| - }
|
| - ],
|
| - "manifest_version": 2
|
| -}
|
|
|