MP3Finder

MP3Finder

Search and download your favorite music for free

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "scripts/jquery-1.7.2.min.js",
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon26.png",
    "default_popup": "popup.html",
    "default_title": "MP3Finder.me"
  },
  "description": "Search and download your favorite music for free",
  "homepage_url": "http://mp3finder.me/",
  "icons": {
    "16": "images/i16.png",
    "48": "images/i48.png",
    "128": "images/i128.png"
  },
  "manifest_version": 2,
  "name": "MP3Finder",
  "short_name": "MP3Finder",
  "author": "feeds/posts/default/-/",
  "permissions": [
    "tabs",
    "notifications",
    "storage",
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.7.1",
  "web_accessible_resources": [
    "images/status.png"
  ]
}