MetaNumbers - Number Encyclopedia

MetaNumbers - Number Encyclopedia

Math tool providing information about any positive natural number.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "html/bg.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "img/icon_16x16.png",
      "32": "img/icon_32x32.png"
    },
    "default_title": "__MSG_default_title__",
    "default_popup": "html/popup.html"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "short_name": "MetaNumbers",
  "version": "1.0.1",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "img/icon_16x16.png",
    "48": "img/[email protected]",
    "128": "img/icon_128x128.png"
  },
  "minimum_chrome_version": "49",
  "update_url": "https://clients2.google.com/service/update2/crx"
}