Converter365 - Free online converter

Converter365 - Free online converter

Converter365 is a free and universal tool with more than 1000 different conversions for you to choose from.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "icon-128x128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [],
  "short_name": "__MSG_appShort_name__",
  "version": "1.0.1"
}