Penpaland

Penpaland

Language exchange with Pen Pals around the world

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Penpaland",
  "description": "Language exchange with Pen Pals around the world",
  "version": "1.2",
  "icons": {
    "128": "128.png"
  },
  "browser_action": {
    "default_popup": "iframe2.html"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}