Journey 2050

Journey 2050

How will we sustainably feed 10 billion people by 2050?.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Journey 2050",
  "short_name": "Journey 2050",
  "description": "How will we sustainably feed 10 billion people by 2050?.",
  "version": "1.10.0",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "http://www.youtube.com/*",
    "https://www.youtube.com/*",
    "http://www.journey2050.com/*",
    "https://www.journey2050.com/*",
    "http://journey2050.benevity.org/*",
    "https://journey2050.benevity.org/*",
    "http://www.agrium.com/*",
    "https://www.agrium.com/*",
    "http://www.cpsagu.com/*",
    "https://www.cpsagu.com/*",
    "http://www.calgarystampede.com/*",
    "https://www.calgarystampede.com/*",
    "http://www.albertacanola.com/*",
    "https://www.albertacanola.com/*",
    "http://www.ffa.org/*",
    "https://www.ffa.org/*",
    "http://www.agclassroom.org/*",
    "https://www.agclassroom.org/*",
    "http://www.aitc-canada.ca/*",
    "https://www.aitc-canada.ca/*",
    "http://www.4-h-canada.ca/*",
    "https://www.4-h-canada.ca/*",
    "http://www.nutrientsforlife.org/*",
    "https://www.nutrientsforlife.org/*",
    "http://www.nutrientsforlife.ca/*",
    "https://www.nutrientsforlife.ca/*",
    "http://agricultureforlife.ca/*",
    "https://agricultureforlife.ca/*",
    "http://www.farmers2050.com/*",
    "https://www.farmers2050.com/*",
    "http://www.agexplorer.com/*",
    "https://www.agexplorer.com/*",
    "webview"
  ],
  "sandbox": {
    "pages": [
      "sandbox.html"
    ]
  },
  "webview": {
    "partitions": [
      {
        "name": "static",
        "accessible_resources": [
          "sandbox.html"
        ]
      }
    ]
  }
}