Sticky Notes 3 - Quick & Personal Note taking

Sticky Notes 3 - Quick & Personal Note taking

1-Click easiest & fastest note taking app inside browser. Animated Themes, Fonts, Backup etc. (See demo)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Sticky Notes 3 - Quick & Personal Note taking",
  "short_name": "Sticky Notes 3",
  "offline_enabled": true,
  "version": "3.0.0",
  "description": "1-Click easiest & fastest note taking app inside browser. Animated Themes, Fonts, Backup etc. (See demo)",
  "permissions": [
    "storage",
    "identity",
    "tts",
    "alarms",
    "clipboardRead",
    "contextMenus",
    "gcm",
    "notifications",
    "activeTab"
  ],
  "author": "Ukiv.com",
  "background": {
    "scripts": [
      "common/commonLibraries/sentry.4.5.3.js",
      "common/commonLibraries/amplitude-4.5.2.js",
      "common/commonLibraries/ga.js",
      "background/backgroundLibraries/firebase.js",
      "common/commonLibraries/eventEmitter.js",
      "background/backgroundConstants.js",
      "common/commonConstants.js",
      "common/commonHelpers/defaultValuesHelper.js",
      "background/backgroundHelpers/migrationHelper.js",
      "background/backgroundHelpers/trackingHelper.js",
      "background/backgroundHelpers/indexdbHelper.js",
      "background/backgroundHelpers/localstorageHelper.js",
      "background/backgroundHelpers/reinstall.js",
      "background/backgroundHelpers/authHelper.js",
      "background/backgroundHelpers/dateHelper.js",
      "background/backgroundHelpers/deviceHelper.js",
      "background/backgroundHelpers/firestoreHelper.js",
      "background/backgroundHelpers/messageHelper.js",
      "background/backgroundHelpers/appDataHelper.js",
      "common/commonHelpers/utility.js",
      "background/config.js",
      "background/init.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "web_accessible_resources": [
    "images/*.png",
    "images/**/*.png"
  ],
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "manifest_version": 2,
  "oauth2": {
    "client_id": "220361635393-rnidgv34iqk26kmtke92djhsqo2uff7r.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}