Home | History | Annotate | Download | only in idle_simple
      1 {
      2   "name" : "Idle - Simple Example",
      3   "version" : "1.0.1",
      4   "description" : "Demonstrates the Idle API",
      5   "background" : {
      6     "scripts": ["background.js"]
      7   },
      8   "permissions" : [ "idle" ],
      9   "browser_action" : {
     10     "default_icon" : "sample-19.png"
     11   },
     12   "icons" : {
     13     "16" : "sample-16.png",
     14     "48" : "sample-48.png",
     15     "128" : "sample-128.png"
     16   },
     17   "manifest_version": 2
     18 }
     19