~15651933282-v/study.cs.ucl-password-collection-clients/study.cs.ucl-password-collection-clients

« back to all changes in this revision

Viewing changes to manifest.json

  • Committer: Steve Dodier-Lazaro
  • Date: 2015-04-13 16:42:21 UTC
  • mfrom: (79.1.3)
  • Revision ID: s.dodier-lazaro@cs.ucl.ac.uk-20150413164221-iyzret5heqk8k6pz
Merge: Implement new options page and remove hardcoded email for uploading of data

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
      "all_frames": true
22
22
    }
23
23
  ],
 
24
  "options_page": "html/settings.html",
 
25
  "options_ui": {
 
26
    "page": "html/settings.html",
 
27
    "chrome_style": false
 
28
  },
24
29
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
25
30
  "permissions": [
26
31
    "storage",
37
42
    "default_title": "UCL Password Manager",
38
43
    "default_popup": "html/browser_action.html"
39
44
  },
40
 
  "minimum_chrome_version": "19",
 
45
  "minimum_chrome_version": "40",
41
46
  "author": "Nikolai Vorkinn"
42
47
}