Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "Capture element", | |
| 3 "version": "1.0", | |
| 4 "description": "A simple extension to allow capturing a tab (or element).", | |
| 5 "background": { | |
| 6 "persistent": true, | |
| 7 "scripts": ["background.js"] | |
| 8 }, | |
| 9 "permissions": [ | |
| 10 "tabs", "http://*/*" | |
| 11 ], | |
| 12 "web_accessible_resources": [ | |
| 13 "screenshot.js" | |
| 14 ], | |
| 15 "manifest_version": 2, | |
| 16 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDaabMsj6diZUZr1SCQTnB37+IWGtI+BH 0ZiktWMqCWVSH+HfOklfYGdH5d2i0Dd/q1K2X+ckD9vNy4p+6ewzahN6K70G4Bl5LhXuIc9B0CLMQZbW bDU9SMX05+D+99Ad7yfr5eUWgyWbQItntDRaTnuYVhkKRN2Kd6KWqzvEiUoQIDAQAB" | |
| 17 } | |
| OLD | NEW |