Word Flip- a Word-Hunting Puzzle Game

Word Flip- a Word-Hunting Puzzle Game

A tile-flipping, word-hunting, stress-inducing, vocabulary-stretching game for hours of fun.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Word Flip- a Word-Hunting Puzzle Game",
  "version": "1.0.2",
  "description": "A tile-flipping, word-hunting, stress-inducing, vocabulary-stretching game for hours of fun.",
  "icons": {
    "16": "ASSETS/LOGOS/logo-square-16.png",
    "32": "ASSETS/LOGOS/logo-square-32.png",
    "48": "ASSETS/LOGOS/logo-square-48.png",
    "128": "ASSETS/LOGOS/logo-square-128-fill.png"
  },
  "manifest_version": 3,
  "author": "Egg",
  "action": {
    "default_popup": "index.html",
    "default_title": "Word Flip"
  },
  "permissions": [
    "storage"
  ]
}