Phone to Chrome

Phone to Chrome

Receive links from your phone

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Phone to Chrome",
  "version": "0.4.1",
  "description": "Receive links from your phone",
  "permissions": [],
  "browser_action": {
    "default_title": "Details",
    "default_popup": "popup.html",
    "default_icon": {
      "19": "icons/logo19.png",
      "38": "icons/logo38.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "background": {
    "scripts": [
      "js/moment.min.js",
      "js/bg.js"
    ]
  },
  "icons": {
    "16": "icons/logo16.png",
    "48": "icons/logo48.png",
    "128": "icons/logo128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}