VR Dashboard

VR Dashboard

Monitor boat position & call virtual sailor weather router

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VR Dashboard",
  "short_name": "VR Dashboard",
  "description": "Monitor boat position & call virtual sailor weather router",
  "version": "4.21.5",
  "permissions": [
    "debugger",
    "tabs",
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://maps.googleapis.com/; object-src 'self'",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "page_action": {
    "default_icon": "zicon.png",
    "default_title": "VR Dashboard"
  },
  "manifest_version": 2
}