Game Idea Generator

Game Idea Generator

Generate random game ideas using a random set game genres, themes and game mechanics

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Game Idea Generator",
  "description": "Generate random game ideas using a random set game genres, themes and game mechanics",
  "version": "0.2",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "/images/gamepad16.png",
    "32": "/images/gamepad32.png",
    "48": "/images/gamepad48.png",
    "128": "/images/gamepad128.png"
  }
}