Mimi

Mimi

If you like Google Photos and Calendar, Mimi is for you!.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "lib/jquery.min.js",
      "options.js",
      "auth.js",
      "ruChrome.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://photos.google.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/rose-big-16.png",
      "32": "icons/rose-big-32.png"
    },
    "default_popup": "browser_action.html",
    "default_title": "__MSG_mimi_extension_name__"
  },
  "default_locale": "en",
  "description": "__MSG_mimi_extension_description__",
  "icons": {
    "16": "icons/rose-big-16.png",
    "48": "icons/rose-big-48.png",
    "128": "icons/rose-big-128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_mimi_extension_name__",
  "oauth2": {
    "client_id": "971865119963-90692ugtb90ggd7bk5b9uk744e8s1b7m.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/calendar",
      "https://www.googleapis.com/auth/photoslibrary.readonly"
    ]
  },
  "options_page": "options.html",
  "permissions": [
    "identity",
    "tabs",
    "https://photoslibrary.googleapis.com/v1/*",
    "https://www.googleapis.com/calendar/v3/*",
    "http://calendar.google.com/calendar/*",
    "https://calendar.google.com/calendar/*",
    "http://photos.google.com/album/*",
    "https://photos.google.com/album/*"
  ],
  "short_name": "__MSG_mimi_extension_name__",
  "version": "2.9.4",
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y",
        "chromeos": "Ctrl+Shift+U",
        "linux": "Ctrl+Shift+J"
      }
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}