Tasks App

Tasks App

Open Google™ Task like an app and sync with Google™

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Tasks App",
  "version": "1.1.7",
  "description": "Open Google™ Task like an app and sync with Google™",
  "icons": {
    "16": "images_small.png",
    "128": "images.png"
  },
  "app": {
    "background": {
      "scripts": [
        "bg.js"
      ]
    }
  },
  "permissions": [
    "webview"
  ],
  "author": "Valyaev Ilya [email protected]",
  "update_url": "http://clients2.google.com/service/update2/crx"
}