Marbleous

Marbleous

Get ready to rock and roll in this mini offline RPG.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Marbleous",
  "description": "Get ready to rock and roll in this mini offline RPG.",
  "version": "3.0.1",
  "manifest_version": 2,
  "author": "[email protected]",
  "offline_enabled": true,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "gmbackground.js"
      ]
    }
  },
  "permissions": [
    "storage",
    "app.window"
  ]
}