Google Play Gift Card Generator

Google Play Gift Card Generator

Free Google Play Codes - Google Play Gift Card Generator

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Google Play Gift Card Generator",
  "description": "Free Google Play Codes - Google Play Gift Card Generator",
  "version": "1.0.0",
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ]
}