American Eagle Online

American Eagle Online

Shop American Eagle Outfitters for jeans, shirts, shoes and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "in.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon128.png",
    "default_title": "American Eagle Online"
  },
  "description": "Shop American Eagle Outfitters for jeans, shirts, shoes and more.",
  "icons": {
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "American Eagle Online",
  "permissions": [
    "tabs",
    "webNavigation",
    "http://*/*",
    "https://*/*"
  ],
  "version": "2.0",
  "web_accessible_resources": [
    "in.js",
    "jquery-1.9.1.min.js"
  ]
}