Skip to content

Commit fe95ed2

Browse files
authored
Fix AMO review warnings (#471)
1 parent 784a028 commit fe95ed2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

extension/manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"homepage_url": "https://github.com/sindresorhus/refined-github",
66
"manifest_version": 2,
77
"minimum_chrome_version": "49",
8+
"applications": {
9+
"gecko": {
10+
"id": "refined-github@sindresorhus.com",
11+
"strict_min_version": "52.0"
12+
}
13+
},
814
"permissions": [
915
"storage"
1016
],

0 commit comments

Comments
 (0)