Wander - Enjoy new locations

Wander - Enjoy new locations

Enjoy a new location every time Google Maps is opened.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wander - Enjoy new locations",
  "description": "Enjoy a new location every time Google Maps is opened.",
  "version": "1.0.2",
  "manifest_version": 2,
  "author": "G. Hussain Chinoy",
  "short_name": "Wander",
  "icons": {
    "16": "images/wander_16.png",
    "32": "images/wander_32.png",
    "48": "images/wander_48.png",
    "128": "images/wander_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "*://maps.google.com/*",
    "*://www.google.com/maps/*",
    "webRequestBlocking"
  ]
}