Journey to the Center of Hawkthorne

Journey to the Center of Hawkthorne

Journey to the Center of Hawkthorne

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Journey to the Center of Hawkthorne",
  "version": "0.0.8.6",
  "manifest_version": 2,
  "description": "Journey to the Center of Hawkthorne",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "fileSystem",
    "syncFileSystem"
  ],
  "nacl_modules": [
    {
      "path": "love_release.nmf",
      "mime_type": "application/x-love-game"
    }
  ]
}