Lines FRVR

Lines FRVR

Dots and Lines Puzzle Game

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Lines FRVR",
  "short_name": "Lines FRVR",
  "description": "Dots and Lines Puzzle Game",
  "version": "1.5.2",
  "default_locale": "en",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "offline_enabled": true,
  "permissions": [
    "storage",
    "webview"
  ],
  "icons": {
    "16": "assets/icon16x16.png",
    "128": "assets/icon128x128.png"
  },
  "url_handlers": {
    "play_lines": {
      "matches": [
        "https://lines.frvr.com/*",
        "http://lines.frvr.com/*"
      ],
      "title": "Play Lines FRVR"
    }
  }
}