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