Land Lines

Land Lines

An experiment exploring Google Earth satellite images through gesture. Doodle to begin.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Land Lines",
  "description": "An experiment exploring Google Earth satellite images through gesture. Doodle to begin.",
  "version": "0.0.0.2",
  "manifest_version": 2,
  "icons": {
    "128": "LandLines_WebAppIcon_128x128.png"
  },
  "app": {
    "urls": [
      "https://lines.chromeexperiments.com/"
    ],
    "launch": {
      "web_url": "https://lines.chromeexperiments.com/"
    }
  }
}