Tumbleweed

Tumbleweed

Tumbleweed, a ghost learns that they are in Limbo and is on a search to find their sister's soul

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tumbleweed",
  "description": "Tumbleweed, a ghost learns that they are in Limbo and is on a search to find their sister's soul",
  "version": "1.1",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  }
}