TheVR

TheVR

A TheVR nézőinek készített böngésző kiegészítő, hogy soha ne maradjunk le semmiről!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "TheVR",
  "description": "A TheVR nézőinek készített böngésző kiegészítő, hogy soha ne maradjunk le semmiről!",
  "version": "5.1.5",
  "icons": {
    "128": "thevr.png"
  },
  "options_page": "settings/settings.html",
  "action": {
    "default_title": "vrapp",
    "default_popup": "html/thevr.html"
  },
  "permissions": [
    "storage",
    "notifications",
    "alarms"
  ],
  "host_permissions": [
    "https://thevrapp.naxora.hu/*",
    "https://*.ytimg.com/*"
  ],
  "background": {
    "service_worker": "service-worker.js"
  }
}