Measurement Ruler

Measurement Ruler

A quick printable ruler to measure anything.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Measurement Ruler",
  "description": "A quick printable ruler to measure anything.",
  "version": "1.1",
  "offline_enabled": false,
  "app": {
    "urls": [
      "http://onlinerulerfree.com/"
    ],
    "launch": {
      "web_url": "http://onlinerulerfree.com/"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}