Index: chrome/test/data/extensions/good/extension1/1/manifest.json |
diff --git a/chrome/test/data/extensions/good/extension1/1/manifest.json b/chrome/test/data/extensions/good/extension1/1/manifest.json |
deleted file mode 100644 |
index e52042215fc2e87139bc3eb157ef02228ad0673d..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/good/extension1/1/manifest.json |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-{ |
- "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCsaVmPYFjlYABY7y8sEVB5i3/stDIXU8i3bBeQYeaXOg+Jr1vEhaSgKTy3zMY4m3+cnKI7Z/bMpYohS4pQTcwIXS1kEB6taCUUWgm2315zxSH+gUFRyfzBDlS8LZ9tRirFGj8o0R2YQobHgSPyf04Phq4AeMmGSygEJkfGO+Wt8wIDAQAB", |
- "signature":"kCUJQeO+FZ0hENaTT9bFW90HwiIppJEj/j88gOyXIL3z00ZOn/eck+M8O+HU7ad+U7BG5GK7xnuIvqzjAYK4ihfEYbExnbx3R79GWUWpHegELbp0PvhU9a+xIwTh48kzpKNgunzZGY0oONGvVeoNQXeTTO8z2i6RZfWD3/YdyBk=", |
- "version": "1.0.0.0", |
- "name": "My extension 1", |
- "description": "The first extension that I made.", |
- "toolstrips": [ |
- "toolstrip1.html", |
- "toolstrip2.html" |
- ], |
- "permissions": ["http://*.google.com/*", "https://*.google.com/*"], |
- "content_scripts": [ |
- { |
- "matches": ["http://*.google.com/*", "https://*.google.com/*"], |
- "js": ["script1.js", "script2.js"], |
- "css": ["style1.css", "style2.css", "style2.css"] |
- }, |
- { |
- "matches": ["http://*.news.com/*"], |
- "js": ["js_files/script3.js"] |
- } |
- ] |
-} |