Pixel Perfect LED Lite

Pixel Perfect LED Lite

A small utility to create pixel map for LED screens. Please check out website at red.logics.com/software

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pixel Perfect LED Lite",
  "short_name": "Pixel Perfect LED Lite",
  "description": "A small utility to create pixel map for LED screens. Please check out website at red.logics.com/software",
  "version": "2.0",
  "minimum_chrome_version": "38",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "http://*/",
    "https://*/"
  ],
  "icons": {
    "16": "assets/16.png",
    "32": "assets/32.png",
    "64": "assets/64.png",
    "128": "assets/128.png"
  },
  "browser_action": {
    "default_icon": "assets/128.png",
    "default_title": "Pixel Perfect Lite V2.01",
    "default_popup": "index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}