T-Rex Customizable Runner

T-Rex Customizable Runner

Chrome's offline running dino game customizable theme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "T-Rex Customizable Runner",
  "short_name": "running",
  "version": "0.1.3",
  "description": "Chrome's offline running dino game customizable theme.",
  "icons": {
    "16": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "action": {
    "default_icon": "images/logo.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "offline_enabled": true,
  "manifest_version": 3
}