Learn Chinese - Ninchanese

Learn Chinese - Ninchanese

Learn Mandarin Chinese with Ninchanese! Ninchanese is an effective, fun and free way to quickly progress and master Chinese

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Learn Chinese - Ninchanese",
  "short_name": "Ninchanese",
  "description": "Learn Mandarin Chinese with Ninchanese! Ninchanese is an effective, fun and free way to quickly progress and master Chinese",
  "author": "Nincha Languages",
  "version": "2",
  "app": {
    "urls": [
      "*://app.ninchanese.com/"
    ],
    "launch": {
      "web_url": "https://app.ninchanese.com/?ref=chromestore"
    }
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}