Google Earth for Browser

Google Earth for Browser

Open Google Earth from an extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Launch Google Earth"
  },
  "description": "Open Google Earth from an extension.",
  "manifest_version": 2,
  "name": "Google Earth for Browser",
  "version": "1.3.0.1",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}