Grammalecte  Check-in [49d3639117]

Overview
Comment:[fx] update manifest.json
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | fx
Files: files | file ages | folders
SHA3-256: 49d3639117da365b8a427948420dcaf0ba68e4507157c0404f92f661fb3455b2
User & Date: olr on 2019-05-12 18:57:48
Other Links: manifest | tags
Context
2019-05-13
06:33
[fx] copy to clipbdoard still works for Chrome (Firefox bug) check-in: eb6fceda3a user: olr tags: trunk, fx
2019-05-12
18:57
[fx] update manifest.json check-in: 49d3639117 user: olr tags: trunk, fx
18:33
[fx][bug?] copy text to clipboard check-in: 3d4e5a9e46 user: olr tags: trunk, fx
Changes

Modified gc_lang/fr/webext/manifest.json from [2a849237d4] to [6de540cb7c].

68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
      ],
      "js": [
        "content_scripts/html_src.js",
        "content_scripts/panel.js",
        "grammalecte/fr/textformatter.js",
        "content_scripts/panel_tf.js",
        "content_scripts/panel_gc.js",
        "content_scripts/panel_lxg.js",
        "content_scripts/menu.js",
        "content_scripts/init.js"
      ],
      "run_at": "document_idle"
    }
  ],








<







68
69
70
71
72
73
74

75
76
77
78
79
80
81
      ],
      "js": [
        "content_scripts/html_src.js",
        "content_scripts/panel.js",
        "grammalecte/fr/textformatter.js",
        "content_scripts/panel_tf.js",
        "content_scripts/panel_gc.js",

        "content_scripts/menu.js",
        "content_scripts/init.js"
      ],
      "run_at": "document_idle"
    }
  ],

116
117
118
119
120
121
122

123
124
125
126
127
128
129
130
131
132
133
134
135
  "permissions": [
    "*://localhost/*",
    "*://dic.grammalecte.net/*",
    "activeTab",
    "contextMenus",
    "cookies",
    "downloads",

    "storage"
  ],

  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Grammalecte",
      "search_url": "https://grammalecte.net/dictionary.php?prj=fr&lemma={searchTerms}",
      "keyword": "gram",
      "favicon_url": "https://grammalecte.net/favicon.ico",
      "is_default": false
    }
  }
}







>













115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
  "permissions": [
    "*://localhost/*",
    "*://dic.grammalecte.net/*",
    "activeTab",
    "contextMenus",
    "cookies",
    "downloads",
    "clipboardWrite",
    "storage"
  ],

  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Grammalecte",
      "search_url": "https://grammalecte.net/dictionary.php?prj=fr&lemma={searchTerms}",
      "keyword": "gram",
      "favicon_url": "https://grammalecte.net/favicon.ico",
      "is_default": false
    }
  }
}