Student Edge Latest News, Discounts & Comps

Student Edge Latest News, Discounts & Comps

Keep up to date with what's new at Student Edge

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Student Edge Latest News, Discounts & Comps",
  "description": "Keep up to date with what's new at Student Edge",
  "version": "0.0.0.6",
  "homepage_url": "https://studentedge.com.au",
  "icons": {
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ]
}