Format Factory online

Format Factory online

Multimedia converter for video, audio, picture files, ripping DVDs & CDs, and create .iso images.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_title__",
  "version": "1.1.2",
  "description": "__MSG_description__",
  "default_locale": "en",
  "options_page": "ox.html",
  "action": {
    "default_popup": "start.html",
    "default_icon": "icons/icon_38.png"
  },
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "background": {
    "scripts": [
      "ws.js"
    ]
  },
  "permissions": [
    "storage",
    "webNavigation"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{17acf5ba-428a-4d5a-c121-a251213af199}"
    }
  }
}