Web cameras for Chrome

Web cameras for Chrome

Showing web cameras in Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name_local__",
  "version": "8.3",
  "default_locale": "en",
  "description": "__MSG_descr_local__",
  "host_permissions": [
    "https://travel-cam.net/"
  ],
  "permissions": [
    "notifications",
    "storage",
    "alarms"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "__MSG_popup_local__"
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "options_page": "options.html"
}