Kokoni

Kokoni

Save a file to your favorite place

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "short_name": "__MSG_name__",
  "version": "2.1.1",
  "version_name": "2.1.1",
  "default_locale": "en",
  "description": "__MSG_description__",
  "permissions": [
    "alarms",
    "contextMenus",
    "downloads",
    "downloads.shelf",
    "notifications",
    "storage"
  ],
  "homepage_url": "https://appsweets.net/",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "16": "icon/icon016.png",
    "48": "icon/icon048.png",
    "128": "icon/icon128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  }
}