Learn Chinese with CHINA BUBBLES

Learn Chinese with CHINA BUBBLES

Learn Chinese by blasting Bubbles, CHINABUBBLES now on Chrome OS!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Learn Chinese with CHINA BUBBLES",
  "description": "Learn Chinese by blasting Bubbles, CHINABUBBLES now on Chrome OS!",
  "version": "2.69",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "short_name": "CHINABUBBLES",
  "offline_enabled": true,
  "permissions": [
    "storage",
    "identity"
  ],
  "icons": {
    "16": "/images/cblogo_16.png",
    "90": "/images/cblogo_90.png",
    "120": "/images/cblogo_120.png",
    "128": "/images/cblogo_128.png"
  }
}