Embed Code of the Android Market

Embed Code of the Android Market

Embed Code of the Android Market can be easily acquired.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "script/background.js"
    ]
  },
  "page_action": {
    "default_icon": "icon/icon16.png",
    "default_title": "Embed Code of A.M.",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "http://goo.gl/"
  ],
  "description": "Embed Code of the Android Market can be easily acquired.",
  "icons": {
    "16": "icon/icon16.png",
    "32": "icon/icon32.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [],
      "js": [
        "script/jquery-2.0.0.js",
        "script/content.js"
      ],
      "matches": [
        "https://play.google.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "name": "Embed Code of the Android Market",
  "options_page": "opt.html",
  "version": "0.0.20",
  "manifest_version": 2
}