Realtime I Ching (Zhouyi)

Realtime I Ching (Zhouyi)

Tell your realtime fate every minute...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Realtime I Ching (Zhouyi)",
  "short_name": "Realtime I Ching (Zhouyi)",
  "version": "1.0.2",
  "description": "Tell your realtime fate every minute...",
  "icons": {
    "48": "logo48.png"
  },
  "browser_action": {
    "default_icon": "logo48.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}