Knowsome - make better use of your time!

Knowsome - make better use of your time!

Learn with Knowsome- Turn unproductive moments during your day into learning events. Knowsome extension automatically identifies…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Knowsome - make better use of your time!",
  "version": "1.3.2",
  "description": "",
  "permissions": [
    "notifications",
    "tabs",
    "storage",
    "idle"
  ],
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.itsknowsome.com/*"
      ],
      "js": [
        "knowsome.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://m.conversationlevel.com/*"
    ]
  },
  "browser_action": {
    "default_title": "Knowsome!",
    "default_icon": {
      "16": "icons/16x16.png",
      "48": "icons/48x48.png",
      "128": "icons/128x128.png"
    }
  },
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "content_security_policy": "script-src 'self' https://www.gstatic.com; object-src 'self'",
  "manifest_version": 2
}