Home | History | Annotate | Download | only in fx
      1 {
      2   "name": "Chrome Sounds",
      3   "version": "1.1",
      4   "description": "Enjoy a more magical and immersive experience when browsing the web using the power of sound.",
      5   "background_page": "bg.html",
      6   "options_page": "options.html",
      7   "icons": { "128": "icon.png" },
      8   "permissions": [
      9     "tabs",
     10     "bookmarks",
     11     "http://*/*",
     12     "https://*/*"
     13   ],
     14   "content_scripts": [ {
     15     "matches": ["http://*/*", "https://*/*"], 
     16     "js": ["content.js"],
     17     "all_frames": true
     18   }]
     19 }
     20