Linux Mint online server

Linux Mint online server

Run Linux Mint online server with the free hosting OnWorks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_title__",
  "version": "1.2.9",
  "description": "__MSG_description__",
  "default_locale": "en",
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "icons/app_38.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "options_page": "settings.html",
  "icons": {
    "16": "icons/app_16.png",
    "48": "icons/app_48.png",
    "128": "icons/app_128.png"
  },
  "background": {
    "scripts": [
      "support.js",
      "jquery-3.3.1.min.js"
    ],
    "persistent": false
  }
}