Sparrou - Identify birds with photos & audio

Sparrou - Identify birds with photos & audio

Learn to identify birds visually and aurally with Sparrou. It has never been so easy and fun!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "author": "Cristian Valls",
  "default_locale": "en",
  "version": "2.0",
  "icons": {
    "16": "icon-16.png",
    "24": "icon-24.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon-16.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_appTitle__"
  }
}