Periodic Table of Elements

Periodic Table of Elements

A compact and easy to use Periodic Table of Elements.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Periodic Table of Elements",
  "short_name": "Periodic table",
  "description": "A compact and easy to use Periodic Table of Elements.",
  "version": "1.0.2",
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "128": "images/icon128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}