Alice Keeler QuickShare Screenshot

Alice Keeler QuickShare Screenshot

Save your screenshots instantly to Google Drive. A link to the screenshot is saved to your clipboard allowing you to quickly share.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    },
    "default_popup": "popup.html",
    "default_title": "QuickShare Screenshot"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "scripts/contentscript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmhLRWk0jlq61sh1f5bgEr3yiTovFRwcjaEqwy6HYLFmnlEThvlLl5CvqhyT3vRSQx//cxrldsrqTalZ6srYCKYDYLuADAfNbD2v8px4zoJh49vnuHY/c3Wx5h4FKo1v19rjimRzqDvpwMUExrTJ44fCnD1HT54reFzozbdlc0uOf6ZNHqQr8Ez+6vlca2/RVqhFOCMc1AkPysRi4eESkkCH5ikEBDfO78IZ/93VKTqjoX/MfdUwAPW3e8cG9ZZ73ix5Oekmh3qLf1cboreCbal/DW5TSbJIg0dCxefWv6rezWzrPXsV9ErMnH6GrRLc21OREiws0OY9AEU8gyFNo4wIDAQAB",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "oauth2": {
    "client_id": "547253326268-3qjc2iko4n5hqfunik75p80qlsqch4db.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive.file"
    ]
  },
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  },
  "permissions": [
    "identity",
    "activeTab",
    "tabs"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.3"
}