We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328020b commit aa76ed2Copy full SHA for aa76ed2
2 files changed
app/elements/util/change-log/changelog.js
@@ -214,6 +214,10 @@
214
],
215
'2.2.11': [
216
'Restrict permission usage some more'
217
+ ],
218
+ '2.2.12': [
219
+ 'Removed permission API on chrome. See [this github issue](https://github.com/SanderRonde/CustomRightClickMenu/issues/44)' +
220
+ ' for more info'
221
]
222
};
223
app/manifest.chrome.json
@@ -4,7 +4,7 @@
4
"options_page": "html/options.html",
5
"name": "Custom Right-Click Menu",
6
"description": "Create a custom right-click menu and choose the links and scripts you want in it.",
7
- "version": "2.2.11",
+ "version": "2.2.12",
8
"short_name": "CRM-dev",
9
"minimum_chrome_version": "26",
10
0 commit comments