{
  "appName": "MiddleEarthExplorer",
  "description": "A companion app that allows users to explore characters, locations, quests, and artifacts from the Lord of the Rings universe.",
  "version": "1.0.0",
  "developer": "Fantasy Apps Inc.",
  "releaseDate": "2026-02-25",
  "features": [
    "Character Profiles",
    "Quest Tracker",
    "Map Explorer",
    "Artifact Inventory"
  ],
  "characters": [
    {
      "id": "char001",
      "name": "Frodo Baggins",
      "race": "Hobbit",
      "affiliation": "Fellowship",
      "status": "Alive"
    },
    {
      "id": "char002",
      "name": "Gandalf",
      "race": "Maia",
      "affiliation": "Istari",
      "status": "Alive"
    }
  ],
  "locations": [
    {
      "id": "loc001",
      "name": "The Shire",
      "region": "Eriador",
      "type": "Homeland"
    },
    {
      "id": "loc002",
      "name": "Mordor",
      "region": "East",
      "type": "Enemy Territory"
    }
  ],
  "quests": [
    {
      "id": "quest001",
      "title": "Destroy the One Ring",
      "difficulty": "Extreme",
      "status": "Completed"
    }
  ],
  "artifacts": [
    {
      "id": "artifact001",
      "name": "The One Ring",
      "power": "Invisibility",
      "description": "A powerful ring that grants invisibility and control over other rings."
    }
  ]
}