7 Cups

7 Cups

A native 7 Cups standalone app for your Chrome Browser.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "background": {
      "pages": [
        "html/embed.html"
      ],
      "scripts": [
        "js/background.js"
      ]
    }
  },
  "description": "A native 7 Cups standalone app for your Chrome Browser.",
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "64": "img/64.png",
    "128": "img/128.png"
  },
  "manifest_version": 2,
  "name": "7 Cups",
  "permissions": [
    "webview",
    "http://*/",
    "https://*/"
  ],
  "version": "0.2"
}