Student Saver

Student Saver

Automatically find student discount codes when you shop online!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Student Saver",
  "description": "Automatically find student discount codes when you shop online!",
  "version": "1.1.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "js/background.js",
      "js/eventPage.js",
      "js/sites_cs.js",
      "js/ga.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Student Saver",
    "default_popup": "pages/popup.html",
    "default_icon": {
      "16": "img/SS_Logos/16SS_Logo.png",
      "32": "img/SS_Logos/32SS_Logo.png",
      "48": "img/SS_Logos/48SS_Logo.png",
      "128": "img/SS_Logos/128SS_Logo.png"
    }
  },
  "icons": {
    "16": "img/SS_Logos/16SS_Logo.png",
    "32": "img/SS_Logos/32SS_Logo.png",
    "48": "img/SS_Logos/48SS_Logo.png",
    "128": "img/SS_Logos/128SS_Logo.png"
  },
  "permissions": [
    "declarativeContent",
    "tabs",
    "activeTab"
  ],
  "content_security_policy": "script-src 'self' https://maps.googleapis.com https://www.google-analytics.com/analytics.js; object-src 'self'",
  "short_name": "SS"
}