Knowies

Knowies

The official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Knowies",
  "author": "Knowies",
  "version": "2.1.1",
  "icons": {
    "16": "dist/images/logo16.png",
    "48": "dist/images/logo48.png",
    "128": "dist/images/logo128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "dist/images/logo16.png",
      "48": "dist/images/logo48.png",
      "128": "dist/images/logo128.png"
    },
    "default_title": "Add this website to your Knowies",
    "default_popup": "app.html",
    "theme_icons": [
      {
        "light": "dist/images/logo128.png",
        "dark": "dist/images/logo128.png",
        "size": 128
      }
    ]
  },
  "permissions": [
    "storage",
    "activeTab",
    "cookies",
    "bookmarks",
    "*://*.knowies.com/"
  ]
}