LÖVELINESS

LÖVELINESS

Play LÖVE games in your browser!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LÖVELINESS",
  "version": "0.2.4",
  "manifest_version": 2,
  "description": "Play LÖVE games in your browser!",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "nyu19.png",
      "38": "nyu38.png"
    },
    "default_title": "LÖVELINESS",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "*://*.love2d.org/*",
    "*://*.dropboxusercontent.com/*.love?*",
    "*://*/*.love",
    "contextMenus",
    "storage",
    "unlimitedStorage",
    "webRequest",
    "webRequestBlocking"
  ],
  "nacl_modules": [
    {
      "path": "love_release.nmf",
      "mime_type": "application/x-love-game"
    }
  ],
  "web_accessible_resources": [
    "love_x86_32_release.nexe",
    "love_x86_64_release.nexe",
    "love_arm_release.nexe",
    "love_release.nmf",
    "filesystem.js"
  ]
}