Commit 4c98584e authored by Amir Mohammad Saied's avatar Amir Mohammad Saied Committed by Russ Cox

misc/chrome/gophertool: Support for manifest version 1 is being phased out.

Manifest version 1 was deprecated in Chrome 18, and support will be phased
out according to the schedule available at:
http://code.google.com/chrome/extensions/manifestVersion.html

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6332053
parent c08ff027
{
"name": "Hacking Gopher",
"version": "1.0",
"manifest_version": 2,
"description": "Go Hacking utility",
"background_page": "background.html",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "gopher.png",
"popup": "popup.html"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment