Contour

Contour

The tool for finding shortcuts over difficult terrain.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Contour",
  "version": "1.4.0",
  "description": "The tool for finding shortcuts over difficult terrain.",
  "icons": {
    "16": "/images/Icon16.png",
    "48": "/images/Icon48.png",
    "128": "/images/Icon128.png"
  },
  "web_accessible_resources": [
    "styles/structure.css"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://terrain.scouts.com.au/*"
      ],
      "js": [
        "/scripts/contourStart.js",
        "/scripts/badgeReview.js",
        "/scripts/copyLogbook.js",
        "/scripts/exportiCal.js"
      ]
    }
  ],
  "permissions": [],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://smtpjs.com/v3/smtp.js https://www.wpromotions.eu/confetti.min.js; object-src 'self'"
}