Rule of Three

Rule of Three

Calculate rule of 3 math problems effortlessly!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rule of Three",
  "short_name": "Rule of 3",
  "description": "Calculate rule of 3 math problems effortlessly!",
  "manifest_version": 3,
  "version": "1.3",
  "author": "[email protected]",
  "icons": {
    "16": "assets/icon/16.png",
    "32": "assets/icon/32.png",
    "48": "assets/icon/48.png",
    "128": "assets/icon/128.png"
  },
  "action": {
    "default_title": "Rule of Three",
    "default_popup": "index.html",
    "default_icon": {
      "16": "assets/icon/16.png",
      "24": "assets/icon/24.png",
      "32": "assets/icon/32.png",
      "48": "assets/icon/48.png",
      "128": "assets/icon/128.png"
    }
  }
}