Real Flight Simulator Game

Real Flight Simulator Game

Find out if you're the ultimate pilot in this thrilling flight simulation game!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "description": "Find out if you're the ultimate pilot in this thrilling flight simulation game!",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "Real Flight Simulator Game",
  "sandbox": {
    "pages": [
      "Game_Source/index.html"
    ]
  },
  "version": "3.8.24.1239",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}