Little Dino Adventure Returns 2

Little Dino Adventure Returns 2

The little dinosaur has recently returned from his first journey and is about to walk again in Little Dino Adventure Returns 2.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Little Dino Adventure Returns 2",
  "manifest_version": 3,
  "description": "The little dinosaur has recently returned from his first journey and is about to walk again in Little Dino Adventure Returns 2.",
  "offline_enabled": true,
  "version": "1.0.1",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "128": "icons/icon-128.png",
    "256": "icons/icon-256.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "128": "icons/icon-128.png",
      "256": "icons/icon-256.png"
    },
    "default_title": "Little Dino Adventure Returns 2",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "homepage_url": "https://games.1bestlinks.net"
}