OLD | NEW |
---|---|
1 { | 1 { |
2 "name": "geolocation access apitest pass", | 2 "name": "geolocation access apitest pass", |
3 "description": "tests that geolocation is accessible from this extension", | 3 "description": "tests that geolocation is accessible from this extension", |
4 "version": "0.1", | 4 "version": "0.1", |
5 "manifest_version": 2, | |
5 "background_page": "background.html", | 6 "background_page": "background.html", |
6 "permissions": [ "geolocation" ] | 7 "permissions": [ "geolocation" ] |
7 } | 8 } |
OLD | NEW |