Polyonex

Polyonex

Simple image editor

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Polyonex",
  "version": "2014.10.12.0",
  "description": "Simple image editor",
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ]
    }
  },
  "minimum_chrome_version": "35",
  "offline_enabled": true,
  "permissions": [
    "unlimitedStorage",
    "fileSystem",
    "fileSystem.write"
  ],
  "short_name": "Polyonex"
}