UX Laws

UX Laws

Every new tab will display a UX Design law. Inspired from Laws of UX website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "UX Laws",
  "description": "Every new tab will display a UX Design law. Inspired from Laws of UX website.",
  "version": "1.3",
  "author": "Aman Gupta",
  "permissions": [
    "activeTab"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "Images/16X16.png",
    "32": "Images/32X32.png",
    "48": "Images/48X48.png",
    "128": "Images/128X128.png"
  }
}