Tripster Life

Tripster Life

Daily images for an upcoming trip or bucketlist

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tripster Life",
  "description": "Daily images for an upcoming trip or bucketlist",
  "version": "0.04.03",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {
    "default_icon": "favicon.ico"
  },
  "permissions": [
    "activeTab",
    "storage",
    "*://*.tripster.life/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://maps.googleapis.com https://maps.gstatic.com https://mts0.googleapis.com https://mts1.googleapis.com; object-src 'self';",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}