Touchey Design

Touchey Design

Touchey design brings to you the best of design. Get inspired from more than 500 text and images articles updated weekly!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Touchey Design",
  "version": "1.2",
  "manifest_version": 2,
  "description": "Touchey design brings to you the best of design. Get inspired from more than 500 text and images articles updated weekly!",
  "icons": {
    "128": "icon.png"
  },
  "app": {
    "launch": {
      "web_url": "http://www.touchey.net/app/index.html",
      "container": "panel",
      "width": 1024,
      "height": 768
    }
  },
  "offline_enabled": false,
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}