Google Maps Platform API Checker

Google Maps Platform API Checker

Helping you implement your licensed Google Maps Platform APIs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "version": "1.1.9",
  "author": "Dave Overstrom ([email protected])",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "icons": {
    "128": "images/mfw_icon_new.png"
  },
  "background": {
    "scripts": [
      "js/background-compiled.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/contentscript-compiled.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/iframe-compiled.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "tabs",
    "webRequest",
    "*://*/*"
  ],
  "page_action": {
    "default_name": "__MSG_appName__",
    "default_icon": "images/m4b_grey.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2,
  "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self';"
}