mypath

mypath

This extension allows seamless integration with mypath from your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "mypath",
  "description": "This extension allows seamless integration with mypath from your browser",
  "version": "0.1.2",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "background": {
    "page": "bg.html"
  },
  "content_security_policy": "script-src 'self' https://d24n15hnbwhuhn.cloudfront.net/libs/amplitude-2.7.0-min.gz.js; object-src 'self'",
  "permissions": [
    "activeTab",
    "<all_urls>"
  ]
}