Project

General

Profile

« Previous | Next » 

Revision 6b12a034

Added by jahoti about 2 years ago

Refer to the extension consistently as "Hachette" and remove TODOS.org
from the copyright file

View differences:

manifest.json
2 2
// Redistribution terms are gathered in the `copyright' file.
3 3
{
4 4
    "manifest_version": 2,
5
    "name": "My extension",
6
    "short_name": "Myext",
5
    "name": "Hachette",
6
    "short_name": "Hachette",
7 7
    "version": "0.0.1",_CHROMIUM_KEY_
8 8
    "author": "various",
9 9
    "description": "Kill the web&js",_GECKO_APPLICATIONS_
10 10
    "icons":{
11
	"64": "icons/myext.png"
11
	"64": "icons/hachette.png"
12 12
    },
13 13
    "permissions": [
14 14
	"contextMenus",
......
24 24
    "browser_action": {
25 25
	"browser_style": true,
26 26
	"default_icon": {
27
	    "64": "icons/myext.png"
27
	    "64": "icons/hachette.png"
28 28
	},
29
	"default_title": "Myext",
29
	"default_title": "Hachette",
30 30
	"default_popup": "html/display-panel.html"
31 31
    },
32 32
    "options_ui": {

Also available in: Unified diff