D-Faster (s)

D-Faster (s)

Speed Your Development/Design Process with D-Faster.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "D-Faster (s)",
  "description": "Speed Your Development/Design Process with D-Faster.",
  "version": "1.0",
  "icons": {
    "128": "icon.png"
  },
  "app": {
    "urls": [
      "http://ahmed-badawy.com/projects/D-Faster/"
    ],
    "launch": {
      "web_url": "http://ahmed-badawy.com/projects/D-Faster/"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}