A Chrome extension for Write.as
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

27 lines
496 B

  1. {
  2. "manifest_version": 2,
  3. "name": "Paste by Write.as",
  4. "description": "Effortlessly share text online.",
  5. "version": "1.0.1",
  6. "icons": {
  7. "48": "icon48.png",
  8. "128": "icon128.png"
  9. },
  10. "browser_action": {
  11. "default_icon": {
  12. "19": "icon.png",
  13. "38": "icon76.png"
  14. },
  15. "default_popup": "popup.html",
  16. "default_title": "Publish this"
  17. },
  18. "permissions": [
  19. "activeTab",
  20. "webRequest",
  21. "*://*.write.as/",
  22. "https://fonts.googleapis.com/"
  23. ]
  24. }