Legalang Cards

Legalang Cards

Create a new tab and learn legal English with Legalang

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Legalang Cards",
  "version": "0.0.3",
  "manifest_version": 2,
  "description": "Create a new tab and learn legal English with Legalang",
  "homepage_url": "https://legalang.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Get me a new legal term!"
  },
  "chrome_url_overrides": {
    "newtab": "src/override/override.html"
  }
}