QNotes

QNotes

The best and quick way to create and manage your notes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "QNotes",
  "version": "1.1.0",
  "description": "The best and quick way to create and manage your notes.",
  "permissions": [
    "contextMenus",
    "storage",
    "https://qnotes.me:8443/api/*",
    "identity",
    "identity.email"
  ],
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "js/functions.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "bootstrap.html",
    "default_icon": {
      "16": "images/note-2-16.png",
      "32": "images/note-2-32.png",
      "48": "images/note-2-48.png",
      "128": "images/note-2-128.png"
    }
  },
  "icons": {
    "16": "images/note-2-16.png",
    "32": "images/note-2-32.png",
    "48": "images/note-2-48.png",
    "128": "images/note-2-128.png"
  },
  "oauth2": {
    "client_id": "992712174054-acg8v4dv416ujbjr9b6b97vdruhvg8mj.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/plus.login",
      "https://www.googleapis.com/auth/chromewebstore.readonly",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://qnotes.me:8443; object-src 'self'",
  "manifest_version": 2
}