Advanced Periodic Table

Advanced Periodic Table

A comprehensive Periodic Table - a must for any science student.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Advanced Periodic Table",
  "description": "A comprehensive Periodic Table - a must for any science student.",
  "version": "1.2",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.ebhasin.com/apps/AdvancedPeriodicTable/index.html"
    ],
    "launch": {
      "web_url": "http://www.ebhasin.com/apps/AdvancedPeriodicTable/index.html"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}