Maps.lt selection-based search

Maps.lt selection-based search

Quickly find a place of selected address using Maps.lt locator

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "0.2",
  "default_locale": "lt",
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "mapslt16.png",
    "48": "mapslt48.png",
    "128": "mapslt128.png"
  },
  "background": {
    "scripts": [
      "mapslt.js"
    ]
  },
  "manifest_version": 2
}