Seamless Docs

Seamless Docs

Turn any PDF or Word Doc into a Fillable Mobile Friendly Cloud Doc

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "app": {
    "launch": {
      "urls": [
        "http://seamlessdocs.com/"
      ],
      "web_url": "http://seamlessdocs.com/",
      "container": "tab"
    }
  },
  "offline_enabled": false,
  "permissions": [],
  "requirements": {
    "3D": {
      "features": []
    }
  },
  "icons": {
    "128": "appmator128.png"
  },
  "name": "Seamless Docs",
  "manifest_version": 2,
  "version": "1.0",
  "description": "Turn any PDF or Word Doc into a Fillable Mobile Friendly Cloud Doc"
}