Awesome Photos of Earth

Awesome Photos of Earth

See New awesome photos of Earth

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__",
  "version": "1.0.1",
  "description": "__MSG_AppDesc__",
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "16": "img/icon-16.png",
      "32": "img/icon-32.png",
      "48": "img/icon-48.png",
      "128": "img/icon-128.png",
      "512": "img/icon-512.png"
    }
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png",
    "256": "img/icon-512.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "optional_permissions": [
    "https://reddit.com/*"
  ]
}