RPG Game - Dedalium by Loycom Games

RPG Game - Dedalium by Loycom Games

Do you like games? Play and turn any website into a fun browser free game

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "short_name": "Dedalium",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "0.3.31",
  "manifest_version": 2,
  "permissions": [
    "notifications",
    "storage",
    "cookies",
    "https://dedalium.com/",
    "https://cdn.dedalium.com/",
    "https://api.dedalium.com/"
  ],
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "browser_action": {
    "default_title": "Dedalium",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "icons/*",
    "assets/images/*",
    "draco_compression/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "game/main.js"
      ],
      "css": [
        "game/main.css"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e7815812-2d8d-4ee8-bc84-ae0974bd8c0e}"
    }
  }
}