Search G. Calendar Tasks (By Natfluence)

Search G. Calendar Tasks (By Natfluence)

Easily search, manage, and edit all your Google tasks from one simple interface.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Search G. Calendar Tasks (By Natfluence)",
  "description": "Easily search, manage, and edit all your Google tasks from one simple interface.",
  "version": "1.1.1",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "64": "icons/icon64.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Search G. Calendar Tasks (By Natfluence)",
    "default_popup": "popup.html#/search"
  },
  "background": {
    "page": "background.html"
  },
  "oauth2": {
    "client_id": "1040423519209-f9ddob4fbtno6rlk0rkfu8tnqbj6euqi.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/tasks",
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "permissions": [
    "identity",
    "identity.email",
    "storage",
    "unlimitedStorage"
  ]
}