Anyfile Notepad

Anyfile Notepad

Anyfile Notepad is a Google Drive compatible app that let's you open any type of files on Google Drive and Dropbox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Anyfile Notepad",
  "description": "Anyfile Notepad is a Google Drive compatible app that let's you open any type of files on Google Drive and Dropbox.",
  "version": "5.2",
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "249464630588",
  "manifest_version": 2,
  "icons": {
    "128": "logo_128.png"
  },
  "app": {
    "urls": [
      "https://anyfile-notepad.semaan.ca/"
    ],
    "launch": {
      "web_url": "https://anyfile-notepad.semaan.ca/app"
    }
  }
}