Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "Crazy extension", | |
| 3 "description": "Extension that does crazy things. Meaningful results usually j ust mean a lack of crashing.", | |
| 4 "version": "1.0", | |
| 5 "manifest_version": 2, | |
| 6 "background": {"scripts": ["background.js"]} | |
| 7 } | |
| OLD | NEW |