Get Shit Done!

Get Shit Done!

How often have you started working on something, fully motivated, and after a few hours realised that all you have done is watch…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "default_locale": "en",
  "manifest_version": 2,
  "minimum_chrome_version": "41",
  "version": "0.17",
  "version_name": "1.6",
  "offline_enabled": true,
  "app": {
    "background": {
      "page": "app_main.html"
    }
  },
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "alarms",
    {
      "fileSystem": [
        "write"
      ]
    },
    "unlimitedStorage",
    "notifications",
    "storage",
    "clipboardRead",
    "accessibilityFeatures.read",
    "https://clients2.google.com/",
    "clipboardWrite"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "import": [
    {
      "id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
    }
  ],
  "file_handlers": {},
  "arc_metadata": {
    "apkList": [
      "GetShitDone.apk"
    ],
    "enableExternalDirectory": false,
    "formFactor": "phone",
    "name": "Get Shit Done!",
    "orientation": "landscape",
    "packageName": "com.plafhop.getshitdone"
  }
}