CardLife DB

CardLife DB

A place for searching, viewing, and building decks for LOTR LCG.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CardLife DB",
  "version": "1.0.1",
  "description": "A place for searching, viewing, and building decks for LOTR LCG.",
  "short_name": "CardlifeDB",
  "icons": {
    "16": "img/game_icons/Tactics.png"
  },
  "background": {
    "scripts": [
      "extension-scripts/main.js"
    ]
  },
  "permissions": [
    "storage",
    "identity"
  ],
  "browser_action": {
    "default_icon": {
      "19": "img/game_icons/Tactics.png"
    }
  },
  "content_security_policy": "script-src 'self' https://cdn.firebase.com https://*.firebaseio.com; object-src 'self'",
  "offline_enabled": true
}