Prooph-It

Prooph-It

Easily capture your social proof and save it google drive

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Prooph-It",
  "short_name": "Prooph-It",
  "description": "Easily capture your social proof and save it google drive",
  "version": "1.0.0",
  "manifest_version": 2,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0xzrE2wyDVJrG/I2FT7SqJOvMfOLxs7hbzBafRJkAHAbS0mrbT9IS4+1t44T5dofXaBqF9MtoOjqFWYNvYhObjaQQKoHciPr3N0J2LKAWpj08ld5EyIMmXWcFTI2cEY+cJw5uRjJVcLdZCOfcNGQ8NbxTfLWxY6zdMOIi3m4NN1e849mWwRIyYCvCfJhJZhRg87OUxwKfEhkio0Vw0ezNjcc26SDMlQImZh/fm1WJ4rHSrKFCaalWeohrYuQA51eqzDT+rAgdMk1D7rBM3kJd9REuI5LD5IWESu6u8B7hsGO3MznktCxWqqJ/LHXkMwUX8cRPCiwig2lzKmrSgJCUQIDAQAB",
  "oauth2": {
    "client_id": "811041170846-n1pa2vg8feubbofn4htv7ej9uiu0gukk.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive"
    ]
  },
  "content_security_policy": "script-src 'self' https://apis.google.com https://portal.coolsoftware.net; object-src 'self' https://apis.google.com https://portal.coolsoftware.net;",
  "permissions": [
    "activeTab",
    "storage",
    "identity",
    "https://portal.coolsoftware.net/*"
  ],
  "icons": {
    "16": "icon16.png",
    "40": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon16.png",
    "default_title": "Prooph-It"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "content.main.css",
        "lib/jquery-ui.min.css",
        "lib/jquery.tag-editor.css"
      ],
      "js": [
        "lib/jquery-3.1.0.min.js",
        "lib/jquery-ui.min.js",
        "lib/jquery.caret.min.js",
        "lib/jquery.tag-editor.min.js",
        "lib/html2canvas.min.js",
        "content.common.js",
        "content.main.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": true
  }
}