JoCalc: The Journey Calculator

JoCalc: The Journey Calculator

The easiest way to calculate your journey costs!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "JoCalc",
  "version": "1.0.12",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "author": "Tehnofob",
  "homepage_url": "http://twitter.com/tehnofob",
  "permissions": [
    "http://localhost/*",
    "tabs",
    "storage"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "images/appicon-16.png",
    "32": "images/appicon-32.png",
    "48": "images/appicon-48.png",
    "128": "images/appicon-128.png",
    "256": "images/appicon-256.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}