Bittenfile

Bittenfile

Connects your devices. Easily transfer your files from your smartphone to your pc or vice versa.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "background": {
      "pages": [
        "html/embed.html"
      ],
      "scripts": [
        "js/background.js"
      ]
    }
  },
  "description": "Connects your devices. Easily transfer your files from your smartphone to your pc or vice versa.",
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "64": "img/64.png",
    "128": "img/128.png"
  },
  "manifest_version": 2,
  "short_name": "Bittenfile",
  "name": "Bittenfile",
  "permissions": [
    "webview",
    "storage",
    "fileSystem",
    "unlimitedStorage",
    "http://*/",
    "https://*/"
  ],
  "version": "0.1"
}