The Starfall

The Starfall

A lonely traveler finds herself in a very uncomfortable situation, when a suspicious-looking stranger starts following her...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The Starfall",
  "description": "A lonely traveler finds herself in a very uncomfortable situation, when a suspicious-looking stranger starts following her...",
  "version": "1.91",
  "manifest_version": 3,
  "icons": {
    "128": "128.png"
  },
  "action": {
    "default_title": "Start to play",
    "default_popup": "popup.html"
  },
  "homepage_url": "https://cybstorm.com/web/starfall/",
  "permissions": [
    "unlimitedStorage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "index.html"
      ],
      "matches": [
        "chrome-extension://*/*"
      ]
    },
    {
      "resources": [
        "index.html"
      ],
      "matches": [
        "https://cybstorm.com/*"
      ],
      "use_dynamic_url": true
    }
  ]
}