Pi Reminder

Pi Reminder

Task Management and Reminders for individuals, friends, family and teams

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Piyush Gaur",
  "background": {
    "page": "contentscript.html"
  },
  "browser_action": {
    "default_icon": "icon48.png",
    "default_popup": "index.html"
  },
  "content_security_policy": "script-src 'self' https://apis.google.com/ https://www.googleapis.com/ https://www.google-analytics.com/analytics.js https://www.google.com/m8/feeds/contacts/default/full https://js.stripe.com; https://browser.sentry-cdn.com;  object-src 'self'",
  "description": "Task Management and Reminders for individuals, friends, family and teams",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Pi Reminder",
  "oauth2": {
    "client_id": "419865255433-9e9ni01nmr17hcate0dl3lg58e461q3l.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/plus.login",
      "https://www.googleapis.com/auth/plus.profile.emails.read",
      "email",
      "https://www.googleapis.com/auth/contacts.readonly"
    ]
  },
  "permissions": [
    "gcm",
    "contextMenus",
    "activeTab",
    "*://*.pireminder.com/*",
    "alarms",
    "notifications",
    "identity",
    "identity.email"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.pireminder.com/*"
    ]
  },
  "version": "5.41.3",
  "web_accessible_resources": [
    "login.html",
    "index.html",
    "addreminder.html",
    "conversation.html",
    "icon48.png"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}