OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "name": "chrome.automation.scaleFactorTests", | |
3 "version": "0.1", | |
4 "manifest_version": 2, | |
5 "description": "Tests for the Automation API with a device scale factor.", | |
6 "automation": {"desktop": true}, | |
7 "app": { | |
8 "background": { | |
9 "scripts": ["location_scaled.js"] | |
10 } | |
11 } | |
12 } | |
OLD | NEW |