Chrome Dino T-Rex RPG

Chrome Dino T-Rex RPG

Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chrome Dino T-Rex RPG",
  "version": "1.0.0",
  "description": "Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup.",
  "permissions": [],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/16.png",
      "32": "images/32.png",
      "48": "images/48.png",
      "128": "images/128.png"
    }
  },
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "web_accessible_resources": [
    "images/*.png",
    "images/*.ico",
    "assets/*"
  ],
  "manifest_version": 2
}