Pi Reminder

Pi Reminder

Task Management and Reminders for organized 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 organized individuals, friends, family and teams",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt72LPqQUqdZKPj6h2tnaGAX7ePzUSYP+n9t7epryf8Q+Y9ZR/3ktzgl49j+2jsUGWqBW9UYOlSPdR/b7Uxzh70kLuFnpXwcLGOT+1Ju52Zt9T4y41HxcF7j4yGZkI/Tv3CFQYNAdNWYlRctYfrnWeT07CvrSF1J6KsfxgkCRfbIrE393n0BMeMNIMjDoYylZAvzhQwMvgMLpA1A+tFlyZCXg2AF2r/HDGQ4K/zRWnqlvl24mYyFXPaplDtcNL02sEfyEz19ixfHeSgQgPifVEQNitFTpoz0FWVPyhdQbP8bPtTAMsi9Awku2hS9LLVlJCV8qO0FmVsq/gxs8ZAppvQIDAQAB",
  "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"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "externally_connectable": {
    "matches": [
      "*://*.pireminder.com/*"
    ]
  },
  "version": "5.41.4",
  "web_accessible_resources": [
    "login.html",
    "index.html",
    "addreminder.html",
    "conversation.html",
    "notification.html",
    "icon48.png"
  ]
}