World View Wallpaper Launcher

World View Wallpaper Launcher

Experience the world with every tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "description": "Experience the world with every tab",
  "icons": {
    "128": "icon_128x128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv4PJmEJHNzEB1j91otXeBgOZnbygC05Y9gieV/Do4yDhcm59VxFeY9mkzZLeEkhHr7RcCF0unOXzlH965MNKakJr/chQyiMyBlwvv+v4nUnrOUbAjqPXR6w5iTVrE1gixR6qgZ4/zpefU+IDLRKSGpMWlUvb17FZCzKIX99d1IDaMKkm9RNif/T3baSban1wdBvcOy2UXUCKgB+bbfFoDFwNNq1n0SjM39d2woAOK3+IDF+oWldYlptO6krOS5kRdvtOSG8VH1agdHsXoKwLNKaheZXPtf664TuTNgV4Zkwfa3dbDXJg0f9B9y1hShbIMM66wlMqGcIvNXsf00WsiwIDAQAB",
  "manifest_version": 2,
  "name": "World View Wallpaper Launcher",
  "offline_enabled": true,
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  },
  "permissions": [
    "geolocation",
    "management",
    "storage"
  ],
  "short_name": "WorldView",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.5.0"
}