OLD | NEW |
(Empty) | |
| 1 { |
| 2 "extensionName": { |
| 3 "message": "Keep Awake", |
| 4 "description": "Extension name." |
| 5 }, |
| 6 "extensionDescription": { |
| 7 "message": "Override system power-saving settings.", |
| 8 "description": "Extension description." |
| 9 }, |
| 10 "disabledTitle": { |
| 11 "message": "Default power-saving settings", |
| 12 "description": "Browser action title when disabled." |
| 13 }, |
| 14 "displayTitle": { |
| 15 "message": "Screen will be kept on", |
| 16 "description": "Browser action title when preventing screen-off." |
| 17 }, |
| 18 "systemTitle": { |
| 19 "message": "System will stay awake", |
| 20 "description": "Browser action title when preventing system sleep." |
| 21 } |
| 22 } |
OLD | NEW |