Love Calculator

Love Calculator

Upload photos and check the Love index. Share the result on Google+ or FB.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Love Calculator",
  "description": "Upload photos and check the Love index. Share the result on Google+ or FB.",
  "version": "2.0",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.gamavision.net/apps/lovecalculator/"
    ],
    "launch": {
      "web_url": "http://www.gamavision.net/apps/lovecalculator/"
    }
  },
  "icons": {
    "64": "icon_64.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}