Skip to content

Commit ce75d47

Browse files
committed
Update prepare-for-chrome-web-store
1 parent dd16a76 commit ce75d47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prepare-for-chrome-web-store.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# Remove private permissions
1212
manifest['permissions'] = [p for p in manifest['permissions'] if not p.endswith('Private')]
1313

14-
# Remove key
1514
manifest.pop('key')
15+
manifest.pop('update_url')
1616

1717
with open('manifest.json', 'w') as f:
18-
json.dump(manifest, f, indent=4)
18+
json.dump(manifest, f, indent=4)

0 commit comments

Comments
 (0)