MotiMap

MotiMap

World map backgrounds of various activities with a countdown timer! Counting next trip every moment for you!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "motivation.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "dashboard.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "World map backgrounds of various activities with a countdown timer! Counting next trip every moment for you!",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png",
    "256": "icon-256.png"
  },
  "manifest_version": 2,
  "name": "MotiMap",
  "offline_enabled": true,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.4"
}