manifest.json 431 B

1234567891011121314
  1. {
  2. "description": "Sunburst Devtools Theme.",
  3. "devtools_page": "index.html",
  4. "homepage_url": "https://github.com/windhamdavid/sunburst-devtools",
  5. "icons": {
  6. "128": "images/icon128.png",
  7. "16": "images/icon16.png",
  8. "48": "images/icon48.png"
  9. },
  10. "manifest_version": 2,
  11. "name": "DevTools Theme: Sunburst",
  12. "update_url": "https://clients2.google.com/service/update2/crx",
  13. "version": "1.0.0"
  14. }