Loupe Card

Loupe Card

Make a card that won't be forgotten

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Loupe Card",
  "version": "1.0.4",
  "description": "Make a card that won't be forgotten",
  "icons": {
    "128": "128x128.png"
  },
  "app": {
    "urls": [
      "http://www.getloupe.com/card"
    ],
    "launch": {
      "web_url": "http://www.getloupe.com/card?r=gc",
      "container": "tab"
    }
  }
}