Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit 54b35b6

Browse files
authored
Merge pull request #12 from Asana/quick-redesign
Quick and dirty redesign for non-embarassing marketing
2 parents 090e5ed + 90d54f7 commit 54b35b6

8 files changed

Lines changed: 348 additions & 241 deletions

File tree

icon19.png

-771 Bytes
Binary file not shown.

load_typekit.js

Lines changed: 0 additions & 74 deletions
This file was deleted.

manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": [ "jquery-1.7.1.min.js", "asana.js", "api_bridge.js", "extension_server.js", "server_model.js", "options.js", "background.js" ]
55
},
66
"browser_action": {
7-
"default_icon": "icon16.png",
7+
"default_icon": "icon48.png",
88
"default_popup": "popup.html",
99
"default_title": "Asana"
1010
},
@@ -15,7 +15,7 @@
1515
}
1616
}
1717
},
18-
"content_security_policy": "script-src 'self' https://use.typekit.net; object-src 'self'",
18+
"content_security_policy": "script-src 'self'; object-src 'self'",
1919
"description": "Quickly add tasks to Asana from any web page.",
2020
"icons": {
2121
"128": "icon128.png",
@@ -28,7 +28,7 @@
2828
"minimum_chrome_version": "25",
2929
"name": "Asana Extension for Chrome",
3030
"offline_enabled": false,
31-
"permissions": [ "activeTab", "cookies", "webRequest", "webRequestBlocking", "*://*.asana.com/*", "*://use.typekit.net/*" ],
31+
"permissions": [ "activeTab", "cookies", "webRequest", "webRequestBlocking", "*://*.asana.com/*" ],
3232
"update_url": "https://clients2.google.com/service/update2/crx",
33-
"version": "1.0.5"
33+
"version": "1.1.0"
3434
}

0 commit comments

Comments
 (0)