Puppy Snake Game

Puppy Snake Game

Play fun snake-like game with puppy head!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Puppy Snake Game",
  "short_name": "puppy-snake",
  "version": "0.1.5",
  "description": "Play fun snake-like game with puppy head!",
  "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
}