Tilaa VPS

Tilaa VPS

Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tilaa VPS",
  "description": "Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.",
  "version": "1.0",
  "options_page": "options.html",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "storage",
    "https://api.tilaa.com/"
  ],
  "browser_action": {
    "default_icon": "img/tilaa-icon.png",
    "default_popup": "popup.html"
  }
}