Black Predictive Sphere

Black Predictive Sphere

This app is the oracle of prophecy. Ask it any pressing question you have and want answered now!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Black Predictive Sphere",
  "description": "This app is the oracle of prophecy.  Ask it any pressing question you have and want answered now!",
  "version": "1.0",
  "manifest_version": 2,
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ],
  "offline_enabled": true
}