Dinosaur Game: Play Online Free Game

Dinosaur Game: Play Online Free Game

The Dinosaur Game is online endless browser game developed by Google. play game online on your mobile/pc for free in our extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Dinosaur Game: Play Online Free Game",
  "version": "2.1.3",
  "description": "The Dinosaur Game is online endless browser game developed by Google. play game online on your mobile/pc for free in our extension.",
  "action": {
    "default_icon": "images/icon128.png"
  },
  "author": "Bishnuji",
  "default_locale": "en",
  "background": {
    "service_worker": "scripts/service-worker.js"
  },
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "offline_enabled": false,
  "permissions": [
    "storage",
    "notifications",
    "alarms"
  ],
  "host_permissions": [
    "https://allunblockedgames.com/panel/"
  ]
}