1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-09 17:45:02 +09:00
This commit is contained in:
Andrew Simachev 2024-02-12 14:06:40 +01:00
commit bae65c949a
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
27 changed files with 595 additions and 172 deletions

3
dist/.gitignore vendored
View file

@ -27,4 +27,5 @@ nmh.log
[0-9]*.js
[0-9]*.js.map
extension.crx
extension.pem
extension.pem
extension.zip

View file

@ -1,6 +1,6 @@
(() => {
const extensionId = 'jkmhmgghdjjbafmkgjmplhemjjnkligf';
const extensionId = 'jbnammhjiplhpjfncnlejjjejghimdkf';
const body = document.querySelector('body');
const container = document.createElement('div');
const dimmer = document.createElement('div');