UDS | Welcome to Washington | Right Display

UDS | Welcome to Washington | Right Display

Fullscreen display of Welcome to Washington sign (right side).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "UDS | Welcome to Washington | Right Display",
  "description": "Fullscreen display of Welcome to Washington sign (right side).",
  "version": "0.2.0",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "offline_enabled": true,
  "short_name": "W2W Right",
  "kiosk_enabled": true,
  "icons": {
    "16": "icon_16.png",
    "96": "icon_96.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "fullscreen",
    "power",
    "notifications"
  ]
}