AnyTrans for Cloud

AnyTrans for Cloud

iMobie AnyTrans for Cloud

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AnyTrans for Cloud",
  "version": "1.0",
  "description": "iMobie AnyTrans for Cloud",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "img/atcicon16.png"
  },
  "permissions": [
    "http://*/",
    "bookmarks",
    "tabs",
    "history"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "css/styles.css"
      ],
      "js": [
        "background.js"
      ],
      "run_at": "document_start"
    }
  ]
}