Exposè

Exposè

All the things you already had access to!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Exposè",
  "version": "5.0",
  "description": "All the things you already had access to!",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Get Pics (Expose Free)",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "icons": {
    "48": "icon.png",
    "64": "icon.png",
    "128": "icon.png"
  }
}