MagtiFun

MagtiFun

Send messages from your MagtiFun account using nice and comfortable interface.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "description": "Send messages from your MagtiFun account using nice and comfortable interface.",
  "icons": {
    "16": "assets/icon-128.png",
    "48": "assets/icon-128.png",
    "128": "assets/icon-128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "23",
  "name": "MagtiFun",
  "offline_enabled": false,
  "permissions": [
    "http://sms.stichoza.com/",
    "http://*/*",
    "https://*/*",
    "<all_urls>",
    "storage",
    "fileSystem",
    "unlimitedStorage",
    "alarms",
    "webview",
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.23"
}